Lines Matching defs:pCmdCtx

140     PGCTLCMDCTX pCmdCtx;
725 * @param pCmdCtx Pointer to command context.
778 * @param pCmdCtx Pointer to command context.
1547 pContext->pCmdCtx = pCtx;
1723 if (pContext->pCmdCtx->fVerbose)
1733 if (pContext->pCmdCtx->fVerbose)
1743 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryCreate(Bstr(pszDir).raw(),
1746 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1779 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryExists(Bstr(pszDir).raw(), &fDirExists);
1781 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1846 HRESULT rc = pContext->pCmdCtx->pGuestSession->FileExists(Bstr(pszFile).raw(), &fFileExists);
1848 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1909 if (pContext->pCmdCtx->fVerbose)
1922 rc = pContext->pCmdCtx->pGuestSession->CopyTo(Bstr(pszFileSource).raw(), Bstr(pszFileDest).raw(),
1929 rc = pContext->pCmdCtx->pGuestSession->CopyFrom(Bstr(pszFileSource).raw(), Bstr(pszFileDest).raw(),
1936 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1940 if (pContext->pCmdCtx->fVerbose)
1983 if (pContext->pCmdCtx->fVerbose)
2028 if (pContext->pCmdCtx->fVerbose)
2072 if (pContext->pCmdCtx->fVerbose)
2155 if (pContext->pCmdCtx->fVerbose)
2163 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryOpen(Bstr(szCurDir).raw(), Bstr(pszFilter).raw(),
2167 return ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
2192 if (pContext->pCmdCtx->fVerbose)
2242 if (pContext->pCmdCtx->fVerbose)