Searched refs:pszFilePath (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | file_volume.cxx | 107 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 D | file_stat.cxx | 321 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()
|
/aoo41x/main/desktop/win32/source/rebase/ |
H A D | rebasegui.cxx | 71 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 D | rebase.cxx | 70 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()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_url.h | 133 sal_Char pszFilePath[PATH_MAX]; member
|
H A D | file.cxx | 3051 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 38 milliseconds