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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp295 char *pszRecDir = RTPathJoinA(pcszPath, DirEntry.szName); local
296 if (pszRecDir)
298 rc = appendPathRecursive(pszRecDir, cbBaseLen, fFlags);
299 RTStrFree(pszRecDir);

Completed in 42 milliseconds