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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp380 int DnDURIList::AppendNativePathsFromList(const char *pszNativePaths, size_t cbNativePaths, argument
383 AssertPtrReturn(pszNativePaths, VERR_INVALID_POINTER);
387 = RTCString(pszNativePaths, cbNativePaths - 1).split("\r\n");

Completed in 111 milliseconds