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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2879 static RTEXITCODE txsAutoUpdateStage2(int argc, char **argv, bool *pfExit, const char *pszUpgrading) argument
2903 rc = RTFileOpen(&hFile, pszUpgrading,
2910 rc = RTFileOpen(&hFile, pszUpgrading,
2927 papszArgs[0] = pszUpgrading;
2933 RTMsgInfo("Launching upgraded image: \"%s\"\n", pszUpgrading);
2935 rc = RTProcCreate(pszUpgrading, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
2939 RTMsgError("RTProcCreate(\"%s\"): %Rrc (upgrade stage 2)\n", pszUpgrading, rc);
2946 RTMsgError("RTFileWrite(%s,,%zu): %Rrc (step 2) - BAD\n", pszUpgrading, cbUpgrade, rc);
2949 RTMsgError("RTFileOpen(,%s,): %Rrc\n", pszUpgrading, rc);
3250 const char *pszUpgrading local
[all...]

Completed in 307 milliseconds