Searched refs:pMountEnt (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file_volume.cxx | 1034 struct mntent* pMountEnt; in osl_getFloppyMountEntry() local 1041 while ((pMountEnt = getmntent(pMountTab)) != 0) in osl_getFloppyMountEntry() 1043 if ( strncmp(pMountEnt->mnt_dir, pszPath, strlen(pMountEnt->mnt_dir)) == 0 in osl_getFloppyMountEntry() 1044 && strncmp(pMountEnt->mnt_fsname, "/dev/fd", strlen("/dev/fd")) == 0) in osl_getFloppyMountEntry() 1047 strncpy(pItem->pszMountPoint, pMountEnt->mnt_dir, sizeof(pItem->pszMountPoint) - 1); in osl_getFloppyMountEntry() 1050 strncpy(pItem->pszFilePath, pMountEnt->mnt_dir, sizeof(pItem->pszFilePath) - 1); in osl_getFloppyMountEntry() 1053 strncpy(pItem->pszDevice, pMountEnt->mnt_fsname, sizeof(pItem->pszDevice) - 1); in osl_getFloppyMountEntry()
|
Completed in 14 milliseconds