Home
last modified time | relevance | path

Searched refs:pszFilePath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx107 sal_Char pszFilePath[PATH_MAX]; member
126 static sal_Bool osl_checkFloppyPath(sal_Char* pszPath, sal_Char* pszFilePath, sal_Char* pszDe…
534 pHandle->pszFilePath[0] = '\0'; in osl_newVolumeDeviceHandleImpl()
600 if (realpath(pszPath, pHandle->pszFilePath) == NULL) in osl_isFloppyDrive()
615 if ( osl_isAParentDirectory (aMountEnt.mnt_mountp, pHandle->pszFilePath) in osl_isFloppyDrive()
1049 memset(pItem->pszFilePath, 0, sizeof(pItem->pszFilePath)); in osl_getFloppyMountEntry()
1050 strncpy(pItem->pszFilePath, pMountEnt->mnt_dir, sizeof(pItem->pszFilePath) - 1); in osl_getFloppyMountEntry()
1145 fprintf(stderr,"FilePath : '%s'\n",pItem->pszFilePath); in osl_printFloppyHandle()
H A Dfile_stat.cxx321 static oslFileError osl_psz_setFileAttributes( const sal_Char* pszFilePath, sal_uInt64 uAttributes ) in osl_psz_setFileAttributes() argument
355 if (chmod(pszFilePath, nNewMode) < 0) in osl_psz_setFileAttributes()
386 const sal_Char* pszFilePath, in osl_psz_setFileTime() argument
398 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
456 nRet=utime(pszFilePath,&aTimeBuffer); in osl_psz_setFileTime()
/trunk/main/desktop/win32/source/rebase/
H A Drebasegui.cxx71 static LPVOID getVirtualBaseAddress( wchar_t* pszFilePath ) in getVirtualBaseAddress() argument
79 hFile = CreateFile(pszFilePath, in getVirtualBaseAddress()
119 static bool checkImageVirtualBaseAddress(wchar_t* pszFilePath, LPVOID lpVBA) in checkImageVirtualBaseAddress() argument
121 LPVOID lpImageVBA = getVirtualBaseAddress(pszFilePath); in checkImageVirtualBaseAddress()
H A Drebase.cxx70 bool rebaseImage( wchar_t* pszFilePath, ULONG nNewImageBase) in rebaseImage() argument
80 int nResult = WideCharToMultiByte(CP_ACP, 0, pszFilePath, -1, cszFilePath, _MAX_PATH, NULL, NULL); in rebaseImage()
/trunk/main/sal/osl/os2/
H A Dfile_url.h133 sal_Char pszFilePath[PATH_MAX]; member
H A Dfile.cxx3051 static oslFileError osl_psz_setFileTime( const sal_Char* pszFilePath, in osl_psz_setFileTime() argument
3063 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
3121 nRet=utime(pszFilePath,&aTimeBuffer); in osl_psz_setFileTime()

Completed in 41 milliseconds