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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1897 * @param pszFileDest Name of copied file on the destination.
1902 const char *pszFileDest, uint32_t fFlags)
1906 AssertPtrReturn(pszFileDest, 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(),
2094 char *pszFileDest; local
2096 pszDest, &pszFileDest);
2100 pszFileDest, 0 /* Flags */);
2101 RTStrFree(pszFileDest);
1901 ctrlCopyFileToDest(PCOPYCONTEXT pContext, const char *pszFileSource, const char *pszFileDest, uint32_t fFlags) argument
2264 char *pszFileDest; local
[all...]

Completed in 51 milliseconds