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

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAll-generic.cpp37 return RTFileReadAllEx(pszFilename, 0, RTFOFF_MAX, RTFILE_RDALL_O_DENY_NONE, ppvFile, pcbFile);
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp660 rc = RTFileReadAllEx(argv[iArg], off, cbMax, RTFILE_RDALL_O_DENY_NONE, &pvFile, &cbFile);
/vbox/include/iprt/
H A Dfile.h1099 #define RTFILE_RDALL_O_DENY_NONE RTFILE_O_DENY_NONE macro
/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp336 rc = RTFileReadAllEx(pszPageFile, offPageFile, g_cbPages, RTFILE_RDALL_O_DENY_NONE, (void **)&g_pabSrc, &cbFile);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp3010 rc = RTFileReadAllEx(szUpgradePath, 0, UpgradeInfo.cbObject, RTFILE_RDALL_O_DENY_NONE, &pvUpgrade, &cbUpgrade);
3025 rc = RTFileReadAllEx(szOrgPath, 0, OrgInfo.cbObject, RTFILE_RDALL_O_DENY_NONE, &pvOrg, &cbOrg);

Completed in 59 milliseconds