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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp554 const char *pszCurRoot = m_lstRoot.at(i).c_str(); local
556 LogFlowFunc(("pszCurRoot=%s\n", pszCurRoot));
560 char *pszPath = RTPathJoinA(strBasePath.c_str(), pszCurRoot);
581 char *pszPathURI = RTUriFileCreate(pszCurRoot);

Completed in 65 milliseconds