Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp492 uint8_t errorTimes = 0; in UnzipWithInflated() local
515 errorTimes = 0; in UnzipWithInflated()
517 errorTimes++; in UnzipWithInflated()
520 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp508 uint8_t errorTimes = 0; in UnzipWithInflated() local
527 errorTimes = 0; in UnzipWithInflated()
529 errorTimes++; in UnzipWithInflated()
531 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp800 uint8_t errorTimes = 0; in UnzipWithInflatedFromMMap() local
821 if (!CopyInflateOut(zstream, inflateLen, &dstDataPtr, bufOut, errorTimes)) { in UnzipWithInflatedFromMMap()
839 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut()
850 errorTimes = 0; in CopyInflateOut()
852 errorTimes++; in CopyInflateOut()
854 if (errorTimes >= INFLATE_ERROR_TIMES) { in CopyInflateOut()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h283 BytePtr bufOut, uint8_t &errorTimes) const;

Completed in 7 milliseconds