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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp243 char *pszAsciiRoot; local
245 rc = RTStrUtf8ToCurrentCP(&pszAsciiRoot, FolderMapping[i].pszFolderName);
248 rc = RTFsQueryProperties(pszAsciiRoot, &prop);
250 RTStrFree(pszAsciiRoot);

Completed in 46 milliseconds