Searched refs:pMntEnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp143 mntent *pMntEnt; local
144 while ((pMntEnt = getmntent(pFh)))
146 if (!RTStrICmp(pMntEnt->mnt_fsname, pszShare))
148 fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", pMntEnt->mnt_dir)

Completed in 80 milliseconds