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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2552 * @param a_pExtPackFile The extension pack file, caller checks that
2560 HRESULT ExtPackManager::i_doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo) argument
2563 RTCString const * const pStrName = &a_pExtPackFile->m->Desc.strName;
2564 RTCString const * const pStrTarball = &a_pExtPackFile->m->strExtPackFile;
2565 RTCString const * const pStrTarballDigest = &a_pExtPackFile->m->strDigest;

Completed in 39 milliseconds