Lines Matching defs:szTmpPath
3048 char szTmpPath[RTPATH_MAX];
3049 rc = RTPathJoin(szTmpPath, sizeof(szTmpPath), g_szScratchPath, RTPathFilename(szOrgPath));
3052 RTFileDelete(szTmpPath); /* shouldn't hurt. */
3055 rc = RTFileOpen(&hFile, szTmpPath,
3070 papszArgs[0] = szTmpPath;
3077 RTMsgInfo("Launching intermediate automatic upgrade stage: \"%s\"\n", szTmpPath);
3079 rc = RTProcCreate(szTmpPath, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
3083 RTMsgError("RTProcCreate(\"%s\"): %Rrc (upgrade stage 1)\n", szTmpPath, rc);
3090 RTMsgError("RTFileWrite(%s,,%zu): %Rrc\n", szTmpPath, UpgradeInfo.cbObject, rc);
3093 RTMsgError("RTFileOpen(,%s,): %Rrc\n", szTmpPath, rc);