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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h103 const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags);
107 const Utf8Str &strDest, uint32_t uFlags);
135 const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags);
194 strDest(aDest),
202 strDest(aDest),
206 mProcInfo.mCommand = strDest;
208 mProcInfo.mName = strDest;
214 Utf8Str strDest; member in struct:SessionTaskUpdateAdditions::InstallerFile
431 int i_pathRenameInternal(const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags,
H A DGuestCtrlImplPrivate.h392 Utf8Str strDest; member in class:GuestTask
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp219 const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags)
225 mDest(strDest)
234 const Utf8Str &strDest, uint32_t uFlags)
240 mDest = strDest;
555 LogFlowThisFunc(("strDesc=%s, strSource=%s, strDest=%s, mCopyFileFlags=%x\n",
579 const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags)
583 mDest = strDest;
827 LogFlowThisFunc(("strDesc=%s, strSource=%s, strDest=%s, uFlags=%x\n",
1427 rc = i_copyFileToGuest(pSession, &iso, itFiles->strSource, itFiles->strDest,
1433 itFiles->strSource.c_str(), itFiles->strDest
218 SessionTaskCopyTo(GuestSession *pSession, const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags) argument
232 SessionTaskCopyTo(GuestSession *pSession, PRTFILE pSourceFile, size_t cbSourceOffset, uint64_t cbSourceSize, const Utf8Str &strDest, uint32_t uFlags) argument
578 SessionTaskCopyFrom(GuestSession *pSession, const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags) argument
[all...]
H A DGuestSessionImpl.cpp1737 int GuestSession::i_pathRenameInternal(const Utf8Str &strSource, const Utf8Str &strDest, argument
1742 LogFlowThisFunc(("strSource=%s, strDest=%s, uFlags=0x%x\n",
1743 strSource.c_str(), strDest.c_str(), uFlags));
1759 paParms[i++].setPointer((void*)strDest.c_str(),
1760 (ULONG)strDest.length() + 1);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2438 Utf8Str strDest; local
2465 strDest = ValueUnion.psz;
2474 && strDest.isEmpty())
2476 strDest = ValueUnion.psz;
2495 if (strDest.isEmpty())
2526 const char *pszDest = strDest.c_str();
2617 strDest.c_str(), &pszDestFile);
2632 strDest.c_str(), fFlags);
2904 Utf8Str strDest; local
2923 strDest
[all...]

Completed in 157 milliseconds