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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1896 * @param pszFileSource Source file to copy to the destination.
1901 static int ctrlCopyFileToDest(PCOPYCONTEXT pContext, const char *pszFileSource, argument
1905 AssertPtrReturn(pszFileSource, VERR_INVALID_POINTER);
1911 pszFileSource, pszFileDest);
1922 rc = pContext->pCmdCtx->pGuestSession->CopyTo(Bstr(pszFileSource).raw(), Bstr(pszFileDest).raw(),
1929 rc = pContext->pCmdCtx->pGuestSession->CopyFrom(Bstr(pszFileSource).raw(), Bstr(pszFileDest).raw(),
2091 char *pszFileSource = RTPathJoinA(szCurDir, DirEntry.szName); local
2092 if (pszFileSource)
2095 vrc = ctrlCopyTranslatePath(pszSource, pszFileSource,
2099 vrc = ctrlCopyFileToDest(pContext, pszFileSource,
2261 char *pszFileSource = RTPathJoinA(szCurDir, strFile.c_str()); local
[all...]

Completed in 51 milliseconds