Searched defs:offPageFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp252 uint64_t offPageFile = 0; local
289 offPageFile = Val.u64;
293 offPageFile = Val.u64 * PAGE_SIZE;
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);
601 g_cPages, pszPageFile, offPageFile, offPageFile, g_cbPages);

Completed in 742 milliseconds