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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp435 char *pszRoot = &pszFilePath[cbBase]; local
436 m_lstRoot.append(pszRoot);
438 LogFlowFunc(("pszFilePath=%s, pszFileName=%s, pszRoot=%s\n",
439 pszFilePath, pszFileName, pszRoot));
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp464 const char *pszRoot = vbsfMappingsQueryHostRoot(root); local
465 if ( !pszRoot
466 || !*pszRoot)
471 uint32_t cchRoot = (uint32_t)strlen(pszRoot);
473 Assert(!strchr(pszRoot, '/'));
488 Log(("Root %s path %.*s\n", pszRoot, cchSrc, pszSrc));
503 memcpy(pszFullPath, pszRoot, cchRoot);
504 if (!RTPATH_IS_SLASH(pszRoot[-1]))
563 Log(("Root %s path %.*ls\n", pszRoot, cwcSrc, pwszSrc));
588 memcpy(pszFullPath, pszRoot, cchRoo
[all...]

Completed in 43 milliseconds