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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp118 char *pszPathURI = RTUriCreate("file" /* pszScheme */, "/" /* pszAuthority */, local
121 if (pszPathURI)
124 LogFlowFunc(("Rebasing \"%s\" to \"%s\"", strPath.c_str(), pszPathURI));
126 strPath = RTCString(pszPathURI) + "\r\n";
127 RTStrFree(pszPathURI);
362 char *pszPathURI = RTUriCreate("file" /* pszScheme */, "/" /* pszAuthority */, local
364 if (pszPathURI)
366 rc = AppendURIPath(pszPathURI, fFlags);
367 RTStrFree(pszPathURI);
563 char *pszPathURI local
581 char *pszPathURI = RTUriFileCreate(pszCurRoot); local
[all...]

Completed in 44 milliseconds