Searched refs:RTZipTarFsStreamFromIoStream (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Dzip.h269 RTDECL(int) RTZipTarFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss);
H A Dmangling.h1995 # define RTZipTarFsStreamFromIoStream RT_MANGLER(RTZipTarFsStreamFromIoStream) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp268 rc = RTZipTarFsStreamFromIoStream(hVfsIos, 0/*fFlags*/, phVfsFss);
275 else /** @todo make RTZipTarFsStreamFromIoStream fail if not tar file! */
276 rc = RTZipTarFsStreamFromIoStream(hVfsIos, 0/*fFlags*/, phVfsFss);
H A Dtar.cpp376 rc = RTZipTarFsStreamFromIoStream(hVfsIos, 0 /*fFlags*/, &pInt->hVfsFss);
H A Dtarvfs.cpp1514 RTDECL(int) RTZipTarFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss) function
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1159 rc = RTZipTarFsStreamFromIoStream(hGunzipIos, 0 /*fFlags*/, &hTarFss);
1173 vboxExtPackSetError(pszError, cbError, "RTZipTarFsStreamFromIoStream failed: %Rrc", rc);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp654 rc = RTZipTarFsStreamFromIoStream(hVfsIos, 0 /*fFlags*/, &hVfsFss);

Completed in 96 milliseconds