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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp181 paFiles[i].pszTestFile = (char*)papszFiles[i];
228 paFiles[i].pszTestFile = papszFiles[i];
233 rc = RTSha1DigestFromFile(paFiles[i].pszTestFile, (char**)&paFiles[i].pszTestDigest, rtSHAProgressCallback, &callback);
236 rc = RTSha1DigestFromFile(paFiles[i].pszTestFile, (char**)&paFiles[i].pszTestDigest, NULL, NULL);
462 if (RTStrStr(paFiles[i].pTestPattern->pszTestFile, RTStrStrip(pszName)) != NULL)
547 size_t cbTmp = strlen(RTPathFilename(paFiles[i].pszTestFile))
571 size_t cch = RTStrPrintf(pszTmp, cbMaxSize + 1, "%s (%s)= %s\n", pcszDigestType, RTPathFilename(paFiles[i].pszTestFile), paFiles[i].pszTestDigest);
/vbox/include/iprt/
H A Dmanifest.h406 const char *pszTestFile; member in struct:RTMANIFESTTEST
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2081 paTests[i].pszTestFile = (*it1).first.c_str();
2089 RTPathFilename(paTests[iFailed].pszTestFile), RTPathFilename(strFile.c_str()), vrc);
H A DApplianceImplExport.cpp2318 paManifestFiles[i].pszTestFile = (*it1).first.c_str();

Completed in 442 milliseconds