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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1154 RTVFSIOSTREAM hGunzipIos; local
1155 rc = RTZipGzipDecompressIoStream(hPtIos, 0 /*fFlags*/, &hGunzipIos);
1159 rc = RTZipTarFsStreamFromIoStream(hGunzipIos, 0 /*fFlags*/, &hTarFss);
1163 RTVfsIoStrmRelease(hGunzipIos);
1174 RTVfsIoStrmRelease(hGunzipIos);

Completed in 44 milliseconds