Searched defs:mounted (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp195 FILE *mounted = setmntent("/proc/mounts", "r"); local
196 if (!mounted)
197 mounted = setmntent("/etc/mtab", "r");
198 if (mounted)
203 while (getmntent_r(mounted, &mntEnt, szBuf, sizeof(szBuf)))
265 endmntent(mounted);

Completed in 71 milliseconds