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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp906 Utf8Str const &strFileSource, const Utf8Str &strFileDest,
916 int rc = RTIsoFsGetFileInfo(pISO, strFileSource.c_str(), &cbOffset, &cbSize);
933 strFileSource.c_str(), strFileDest.c_str()));
905 i_copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional, uint32_t *pcbSize) argument

Completed in 56 milliseconds