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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2955 ComPtr<IGuestFsObjInfo> pFsObjInfo; local
2956 rc = pCtx->pGuestSession->DirectoryQueryInfo(Bstr(strDest).raw(), pFsObjInfo.asOutParam());
2978 ComPtr<IGuestFsObjInfo> pFsObjInfo; local
2979 rc = pCtx->pGuestSession->FileQueryInfo(Bstr(strCurSource).raw(), pFsObjInfo.asOutParam());
2982 rc = pCtx->pGuestSession->DirectoryQueryInfo(Bstr(strCurSource).raw(), pFsObjInfo.asOutParam());
3193 ComPtr<IGuestFsObjInfo> pFsObjInfo; local
3194 rc = pCtx->pGuestSession->FileQueryInfo(Bstr(it->first).raw(), pFsObjInfo.asOutParam());
3196 rc = pCtx->pGuestSession->DirectoryQueryInfo(Bstr(it->first).raw(), pFsObjInfo.asOutParam());
3210 pFsObjInfo->COMGETTER(Type)(&objType);

Completed in 54 milliseconds