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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp223 int DnDURIList::appendPathRecursive(const char *pcszPath, size_t cbBaseLen, argument
256 pcszPath, &pcszPath[cbBaseLen],
261 pcszPath, &pcszPath[cbBaseLen], objInfo.Attr.fMode, cbSize, m_cbTotal));
298 rc = appendPathRecursive(pszRecDir, cbBaseLen, fFlags);
326 pszNewFile, &pszNewFile[cbBaseLen],
331 rc = appendPathRecursive(pszNewFile, cbBaseLen, fFlags);
334 pszNewFile, &pszNewFile[cbBaseLen], objInfo1.Attr.fMode, cbSize, m_cbTotal));
/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h130 int appendPathRecursive(const char *pcszPath, size_t cbBaseLen, uint32_t fFlags);

Completed in 57 milliseconds