Searched defs:cbNativePaths (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
384 AssertReturn(cbNativePaths, VERR_INVALID_PARAMETER);
387 = RTCString(pszNativePaths, cbNativePaths - 1).split("\r\n");

Completed in 43 milliseconds