Home
last modified time | relevance | path

Searched defs:inflateLen (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp510 size_t inflateLen = UNZIP_BUF_OUT_LEN - zstream.avail_out; in UnzipWithInflated() local
512 dest.write(reinterpret_cast<const char*>(bufOut), inflateLen); in UnzipWithInflated() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp522 size_t inflateLen = UNZIP_BUF_OUT_LEN - zstream.avail_out; in UnzipWithInflated() local
524 dest.write(reinterpret_cast<const char *>(bufOut), inflateLen); in UnzipWithInflated() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp799 size_t inflateLen = 0; in UnzipWithInflatedFromMMap() local
838 bool ZipFile::CopyInflateOut(z_stream &zstream, size_t inflateLen, uint8_t** dstDataPtr, in CopyInflateOut() argument

Completed in 4 milliseconds