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

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAll-generic.cpp3 * IPRT - RTFileReadAll, generic implementation.
35 RTDECL(int) RTFileReadAll(const char *pszFilename, void **ppvFile, size_t *pcbFile) function
39 RT_EXPORT_SYMBOL(RTFileReadAll); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstRTZip.cpp49 int rc = RTFileReadAll(pszFilename, &pvSrc, &cbSrc);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp121 int rc = RTFileReadAll(pszFilename, &pvFile, &cbFile);
123 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTFileReadAll failed on '%s': %Rrc", pszFilename, rc);
210 int rc = RTFileReadAll(pszCertFile, &pvFile, &cbFile);
226 RTMsgError("RTFileReadAll failed on '%s': %Rrc", pszCertFile, rc);
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp402 rc = RTFileReadAll(pszFname, (void**) &data, &cbSize);
/vbox/include/iprt/
H A Dfile.h1035 RTDECL(int) RTFileReadAll(const char *pszFilename, void **ppvFile, size_t *pcbFile);
1051 * @remarks See the remarks for RTFileReadAll.
1065 * @remarks See the remarks for RTFileReadAll.
1083 * @remarks See the remarks for RTFileReadAll.
1088 * Frees the memory returned by one of the RTFileReadAll(), RTFileReadAllEx(),
H A Dmangling.h602 # define RTFileReadAll RT_MANGLER(RTFileReadAll) macro
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp1181 int irc = RTFileReadAll(itD->second.c_str(), &pvFile, &cbFile);
/vbox/src/bldprogs/
H A Dscmstream.cpp71 int rc = pStream->rc = RTFileReadAll(pszFilename, &pvFile, &cbFile);
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp2793 rc = RTFileReadAll(pcszFilename, &pvFile, &cbFile);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2894 int rc = RTFileReadAll(szUpgradePath, &pvUpgrade, &cbUpgrade);

Completed in 130 milliseconds