Searched refs:pszPathNative (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp357 char *pszPathNative = RTStrDup(pszPath); local
358 if (pszPathNative)
360 RTPathChangeToUnixSlashes(pszPathNative, true /* fForce */);
363 pszPathNative, NULL /* pszQuery */, NULL /* pszFragment */);
372 RTStrFree(pszPathNative);

Completed in 73 milliseconds