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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp124 mnttab mntTab; local
125 while ((getmntent(pFh, &mntTab)))
127 if (!RTStrICmp(mntTab.mnt_special, pszShare))
129 fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", mntTab.mnt_mountp)
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2803 struct mnttab mntTab;
2804 while (getmntent(mntFile, &mntTab) == 0)
2806 const char *mountName = mntTab.mnt_special;
2807 const char *mountPoint = mntTab.mnt_mountp;
2808 const char *mountFSType = mntTab.mnt_fstype;

Completed in 53 milliseconds