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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest-file.cpp54 rc = RTVfsIoStrmFromRTFile(hFile, fFlags, true /*fLeaveOpen*/, &hVfsIos);
74 rc = RTVfsIoStrmFromRTFile(hFile, fFlags, true /*fLeaveOpen*/, &hVfsIos);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmisc.cpp69 rc = RTVfsIoStrmFromRTFile(h.u.hFile, fOpen, fLeaveOpen, phVfsIos);
H A Dvfsstdfile.cpp486 RTDECL(int) RTVfsIoStrmFromRTFile(RTFILE hFile, uint64_t fOpen, bool fLeaveOpen, PRTVFSIOSTREAM phVfsIos) function
/vbox/include/iprt/
H A Dvfs.h452 RTDECL(int) RTVfsIoStrmFromRTFile(RTFILE hFile, uint64_t fOpen, bool fLeaveOpen, PRTVFSIOSTREAM phVfsIos);
455 * Convenience function combining RTFileOpen with RTVfsIoStrmFromRTFile.
H A Dmangling.h1914 # define RTVfsIoStrmFromRTFile RT_MANGLER(RTVfsIoStrmFromRTFile) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp137 rc = RTVfsIoStrmFromRTFile(hFile, fOpen, true /*fLeaveOpen*/, &hVfsIosDst);
H A Dtarcmd.cpp492 rc = RTVfsIoStrmFromRTFile(hFile, fOpen, true /*fLeaveOpen*/, &hVfsIosDst);
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1140 rc = RTVfsIoStrmFromRTFile(hTarballFile, RTFILE_O_READ | RTFILE_O_DENY_WRITE | RTFILE_O_OPEN, true /*fLeaveOpen*/,
1143 return vboxExtPackReturnError(rc, pszError, cbError, "RTVfsIoStrmFromRTFile failed: %Rrc", rc);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp423 rc = RTVfsIoStrmFromRTFile(hFile, fFlags, true /*fLeaveOpen*/, &hVfsIosDst2);
470 RTMsgError("RTVfsIoStrmFromRTFile failed: %Rrc", rc);

Completed in 124 milliseconds