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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2136 * @param a_pstrDisplayInfo Platform specific display info hacks.
2142 HRESULT ExtPackManager::i_runSetUidToRootHelper(Utf8Str const *a_pstrDisplayInfo, const char *a_pszCommand, ...) argument
2163 if ( a_pstrDisplayInfo
2164 && a_pstrDisplayInfo->isNotEmpty())
2166 LogRel((" '--display-info-hack' '%s'", a_pstrDisplayInfo->c_str()));
2168 apszArgs[cArgs++] = a_pstrDisplayInfo->c_str();
2556 * @param a_pstrDisplayInfo Host specific display information hacks.
2560 HRESULT ExtPackManager::i_doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo) argument
2596 hrc = i_runSetUidToRootHelper(a_pstrDisplayInfo,
2624 i_runSetUidToRootHelper(a_pstrDisplayInfo,
2689 i_doUninstall(Utf8Str const *a_pstrName, bool a_fForcedRemoval, Utf8Str const *a_pstrDisplayInfo) argument
[all...]

Completed in 65 milliseconds