Searched defs:szOrgPath (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/ValidationKit/utils/TestExecServ/ |
H A D | TestExecService.cpp | 2967 char szOrgPath[RTPATH_MAX]; local 2968 if (!RTProcGetExecutablePath(szOrgPath, sizeof(szOrgPath))) 2977 rc = RTPathAppend(szUpgradePath, sizeof(szUpgradePath), RTPathFilename(szOrgPath)); 3001 rc = RTPathQueryInfo(szOrgPath, &OrgInfo, RTFSOBJATTRADD_NOTHING); 3004 RTMsgError("RTPathQueryInfo(\"%s\"): %Rrc (old)\n", szOrgPath, rc); 3013 RTMsgError("RTPathQueryInfo(\"%s\"): %Rrc (old)\n", szOrgPath, rc); 3025 rc = RTFileReadAllEx(szOrgPath, 0, OrgInfo.cbObject, RTFILE_RDALL_O_DENY_NONE, &pvOrg, &cbOrg); 3028 RTMsgError("RTFileReadAllEx(\"%s\"): %Rrc\n", szOrgPath, rc); 3049 rc = RTPathJoin(szTmpPath, sizeof(szTmpPath), g_szScratchPath, RTPathFilename(szOrgPath)); [all...] |
Completed in 97 milliseconds