Searched refs:pszMountPoint (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sal/osl/unx/ |
| H A D | file_volume.cxx | 106 sal_Char pszMountPoint[PATH_MAX]; member 453 snprintf(Buffer, sizeof(Buffer), "file://%s", pItem->pszMountPoint); in osl_getVolumeDeviceMountPath() 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() 830 fprintf(stderr,"detected mounted floppy at '%s'\n",pItem->pszMountPoint); in osl_mountFloppy() [all …]
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | file_url.h | 132 sal_Char pszMountPoint[PATH_MAX]; member
|