Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h291 bool ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h167 bool ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp458 bool ZipFile::ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize) const in ReadZStream() function in OHOS::ZipFile
495 if (!ReadZStream(bufIn, zstream, remainCompressedSize)) { in UnzipWithInflated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp475 bool ZipFile::ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize) const in ReadZStream() function in OHOS::AppExecFwk::ZipFile
510 if (!ReadZStream(bufIn, zstream, remainCompressedSize)) { in UnzipWithInflated()

Completed in 4 milliseconds