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

/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp122 static int rtFsGetRoot(const char *pszFsPath, PRTUTF16 *ppwszFsRoot) function
175 * Frees string returned by rtFsGetRoot().
191 int rc = rtFsGetRoot(pszFsPath, &pwszFsRoot);
263 int rc = rtFsGetRoot(pszFsPath, &pwszFsRoot);
303 int rc = rtFsGetRoot(pszFsPath, &pwszFsRoot);

Completed in 42 milliseconds