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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2137 * @param a_pszCommand The command to execute.
2142 HRESULT ExtPackManager::i_runSetUidToRootHelper(Utf8Str const *a_pstrDisplayInfo, const char *a_pszCommand, ...) argument
2171 LogRel(("'%s'", a_pszCommand));
2172 apszArgs[cArgs++] = a_pszCommand;
2175 va_start(va, a_pszCommand);

Completed in 77 milliseconds