Searched refs:pszMountPoint (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file_volume.cxx | 106 sal_Char pszMountPoint[PATH_MAX]; member 533 pHandle->pszMountPoint[0] = '\0'; in osl_newVolumeDeviceHandleImpl() 636 memset(pHandle->pszMountPoint, 0, sizeof(pHandle->pszMountPoint)); in osl_isFloppyDrive() 637 strncpy(pHandle->pszMountPoint, aMountEnt.mnt_mountp, sizeof(pHandle->pszMountPoint) - 1); in osl_isFloppyDrive() 683 memset(pHandle->pszMountPoint, 0, sizeof(pHandle->pszMountPoint)); in osl_mountFloppy() 684 … strncpy (pHandle->pszMountPoint, aMountEnt.mnt_mountp, sizeof(pHandle->pszMountPoint) - 1); in osl_mountFloppy() 749 pHandle->pszMountPoint[0] = 0; in osl_unmountFloppy() 759 pHandle->pszMountPoint[0] = 0; in osl_unmountFloppy() 1046 memset(pItem->pszMountPoint, 0, sizeof(pItem->pszMountPoint)); in osl_getFloppyMountEntry() 1047 strncpy(pItem->pszMountPoint, pMountEnt->mnt_dir, sizeof(pItem->pszMountPoint) - 1); in osl_getFloppyMountEntry() [all …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | file_url.h | 132 sal_Char pszMountPoint[PATH_MAX]; member
|
Completed in 35 milliseconds