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

/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp143 RTVFSIOSTREAM hVfsIosSrc = RTVfsObjToIoStream(hVfsObj); local
144 rc = RTVfsUtilPumpIoStreams(hVfsIosSrc, hVfsIosDst, (uint32_t)RT_MIN(pUnixInfo->cbObject, _1M));
159 RTVfsIoStrmRelease(hVfsIosSrc);
H A Dtarcmd.cpp498 RTVFSIOSTREAM hVfsIosSrc = RTVfsObjToIoStream(hVfsObj); local
499 rc = RTVfsUtilPumpIoStreams(hVfsIosSrc, hVfsIosDst, (uint32_t)RT_MIN(pUnixInfo->cbObject, _1M));
539 RTVfsIoStrmRelease(hVfsIosSrc);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1689 RTVFSIOSTREAM hVfsIosSrc; local
1690 rc = RTZipGzipDecompressIoStream(hVfsIosCompressedSrc, 0, &hVfsIosSrc);
1718 hVfsIosSrc,
1734 RTVfsIoStrmRelease(hVfsIosSrc);
1757 RTVFSIOSTREAM hVfsIosSrc;
1759 rc = VDIfCreateVfsStream(pIfIo, pvStorage, RTFILE_O_READ, &hVfsIosSrc);
1787 hVfsIosSrc,
1803 RTVfsIoStrmRelease(hVfsIosSrc);
/vbox/include/iprt/
H A Dvfs.h900 * The data is read in chunks from @a hVfsIosSrc and written to @a hVfsIosDst
901 * until @hVfsIosSrc indicates end of stream.
905 * @param hVfsIosSrc The input stream.
910 RTDECL(int) RTVfsUtilPumpIoStreams(RTVFSIOSTREAM hVfsIosSrc, RTVFSIOSTREAM hVfsIosDst, size_t cbBufHint);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp394 * @param hVfsIosSrc The source stream for the file.
398 RTVFSIOSTREAM hVfsIosSrc, RTMANIFEST hUnpackManifest)
405 int rc = RTVfsIoStrmQueryInfo(hVfsIosSrc, &ObjInfo, RTFSOBJATTRADD_NOTHING);
436 rc = RTVfsUtilPumpIoStreams(hVfsIosSrc, hVfsIosDst, (uint32_t)RT_MIN(ObjInfo.cbObject, _1G));
397 UnpackExtPackFile(const char *pszName, const char *pszDstFilename, RTVFSIOSTREAM hVfsIosSrc, RTMANIFEST hUnpackManifest) argument
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1525 RTDECL(int) RTVfsUtilPumpIoStreams(RTVFSIOSTREAM hVfsIosSrc, RTVFSIOSTREAM hVfsIosDst, size_t cbBufHint) argument
1554 rc = RTVfsIoStrmRead(hVfsIosSrc, pvBuf, cbBuf, true /*fBlocking*/, &cbRead);

Completed in 117 milliseconds