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

/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp177 static void rtFsFreeRoot(PRTUTF16 pwszFsRoot) argument
179 RTUtf16Free(pwszFsRoot);
190 PRTUTF16 pwszFsRoot; local
191 int rc = rtFsGetRoot(pszFsPath, &pwszFsRoot);
202 if (GetDiskFreeSpaceExW(pwszFsRoot, &cbFree, &cbTotal, NULL))
227 if (GetDiskFreeSpaceW(pwszFsRoot, &cSectorsPerCluster, &cbSector, &dwDummy1, &dwDummy2))
243 rtFsFreeRoot(pwszFsRoot);
262 PRTUTF16 pwszFsRoot; local
263 int rc = rtFsGetRoot(pszFsPath, &pwszFsRoot);
273 if (GetVolumeInformationW(pwszFsRoot, NUL
302 PRTUTF16 pwszFsRoot; local
[all...]

Completed in 42 milliseconds