Searched defs:mntTab (Results 1 - 1 of 1) 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)

Completed in 144 milliseconds