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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2405 * @param a_fUnusableIsError If @c true, report an unusable extension pack
2414 HRESULT ExtPackManager::i_refreshExtPack(const char *a_pszName, bool a_fUnusableIsError, ExtPack **a_ppExtPack) argument
2519 && a_fUnusableIsError
2578 hrc = i_refreshExtPack(pStrName->c_str(), false /*a_fUnusableIsError*/, &pExtPack);
2607 hrc = i_refreshExtPack(pStrName->c_str(), true /*a_fUnusableIsError*/, &pExtPack);
2641 i_refreshExtPack(pStrName->c_str(), false /*a_fUnusableIsError*/, NULL);
2704 hrc = i_refreshExtPack(a_pstrName->c_str(), false /*a_fUnusableIsError*/, &pExtPack);
2736 hrc = i_refreshExtPack(a_pstrName->c_str(), false /*a_fUnusableIsError*/, &pExtPack);
2750 i_refreshExtPack(a_pstrName->c_str(), false /*a_fUnusableIsError*/, NULL);

Completed in 53 milliseconds