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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1225 * @param cSuArgs The number of argument entries reserved for the
1227 * @param cMyArgs The number of arguments following @a cSuArgs.
1232 static RTEXITCODE RelaunchElevatedNative(const char *pszExecPath, const char **papszArgs, int cSuArgs, int cMyArgs, argument
1253 rc = RTGetOptArgvToString(&pszCmdLine, &papszArgs[cSuArgs + 1], RTGETOPTARGV_CNV_QUOTE_MS_CRT);
1384 (char * const *)&papszArgs[cSuArgs + 3],
1420 int rc = RTGetOptArgvToString(&pszCmdLine, &papszArgs[cSuArgs], RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
1433 int iSuArg = cSuArgs;
1442 iSuArg = cSuArgs - 4;
1443 papszArgs[cSuArgs - 4] = szExecTool;
1444 papszArgs[cSuArgs
1610 int const cSuArgs = 12; local
[all...]

Completed in 48 milliseconds