Searched refs:pvOrg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp3023 void *pvOrg; local
3025 rc = RTFileReadAllEx(szOrgPath, 0, OrgInfo.cbObject, RTFILE_RDALL_O_DENY_NONE, &pvOrg, &cbOrg);
3032 bool fSame = !memcmp(pvUpgrade, pvOrg, OrgInfo.cbObject);
3033 RTFileReadAllFree(pvOrg, cbOrg);

Completed in 73 milliseconds