Home
last modified time | relevance | path

Searched refs:pszMountPoint (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sal/osl/unx/
H A Dfile_volume.cxx106 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 Dfile_url.h132 sal_Char pszMountPoint[PATH_MAX]; member