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

/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h113 int AppendNativePathsFromList(const char *pszNativePaths, size_t cbNativePaths, uint32_t fFlags);
/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 56 milliseconds