Lines Matching refs:pszPath
119 static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath);
124 static sal_Bool osl_isFloppyMounted(sal_Char* pszPath, sal_Char* pszMountPath);
125 static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, sal_Char* pBuffer);
126 static sal_Bool osl_checkFloppyPath(sal_Char* pszPath, sal_Char* pszFilePath, sal_Char* pszDe…
131 static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* p…
590 osl_isFloppyDrive(const sal_Char* pszPath) in osl_isFloppyDrive() argument
600 if (realpath(pszPath, pHandle->pszFilePath) == NULL) in osl_isFloppyDrive()
779 osl_isFloppyDrive (const sal_Char* pszPath) in osl_isFloppyDrive() argument
782 if (osl_getFloppyMountEntry(pszPath, pItem)) in osl_isFloppyDrive()
1032 osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* pItem) in osl_getFloppyMountEntry() argument
1043 if ( strncmp(pMountEnt->mnt_dir, pszPath, strlen(pMountEnt->mnt_dir)) == 0 in osl_getFloppyMountEntry()
1092 static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath) in osl_isFloppyDrive() argument
1113 static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* pItem) in osl_getFloppyMountEntry() argument