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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp391 int DnDURIList::AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, argument
396 for (size_t i = 0; i < lstNativePaths.size(); i++)
398 const RTCString &strPath = lstNativePaths.at(i);

Completed in 43 milliseconds