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

/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp251 const char *pszPageFile = NULL; local
285 pszPageFile = Val.psz;
333 if (pszPageFile)
336 rc = RTFileReadAllEx(pszPageFile, offPageFile, g_cbPages, RTFILE_RDALL_O_DENY_NONE, (void **)&g_pabSrc, &cbFile);
338 return Error("Error reading %zu bytes from %s at %llu: %Rrc\n", g_cbPages, pszPageFile, offPageFile, rc);
340 return Error("Error reading %zu bytes from %s at %llu: got %zu bytes\n", g_cbPages, pszPageFile, offPageFile, cbFile);
598 if (pszPageFile)
601 g_cPages, pszPageFile, offPageFile, offPageFile, g_cbPages);

Completed in 43 milliseconds