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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp468 DnDURIList lstURI; local
469 rc = lstURI.AppendNativePathsFromList(pszFiles, cbFiles,
473 RTCString strRoot = lstURI.RootToString();
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp470 int DnDURIList::AppendURIPathsFromList(const RTCList<RTCString> &lstURI, argument
475 for (size_t i = 0; i < lstURI.size(); i++)
477 RTCString strURI = lstURI.at(i);
513 RTCList<RTCString> lstURI = local
515 if (lstURI.isEmpty())
520 for (size_t i = 0; i < lstURI.size(); ++i)
524 const char *pszURI = lstURI.at(i).c_str();
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp296 DnDURIList lstURI; local
297 rc = lstURI.RootFromURIData(*ppvData, *pcbDataRecv,
304 RTCString strData = lstURI.RootToString(pszDropDir);
1096 DnDURIList lstURI; local
1097 int rc = lstURI.AppendURIPathsFromList(lstPaths, 0 /* fFlags */);
1102 RTCString strRootDest = lstURI.RootToString();
1111 lstURI.TotalBytes());
1116 while (!lstURI.IsEmpty())
1118 DnDURIObject &nextObj = lstURI.First();
1124 lstURI
[all...]

Completed in 48 milliseconds