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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2176 const char *pszLastArg; local
2180 pszLastArg = va_arg(va, const char *);
2181 if (!pszLastArg)
2183 LogRel((" '%s'", pszLastArg));
2184 apszArgs[cArgs++] = pszLastArg;

Completed in 39 milliseconds