Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp800 uint8_t errorTimes = 0; in UnzipWithInflated() local
819 errorTimes = 0; in UnzipWithInflated()
821 errorTimes++; in UnzipWithInflated()
823 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()
943 uint8_t errorTimes = 0; in UnzipWithInflatedFromMMap() local
964 if (!CopyInflateOut(zstream, inflateLen, &dstDataPtr, bufOut, errorTimes)) { in UnzipWithInflatedFromMMap()
982 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut()
993 errorTimes = 0; in CopyInflateOut()
995 errorTimes++; in CopyInflateOut()
997 if (errorTimes >= INFLATE_ERROR_TIMES) { in CopyInflateOut()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h330 BytePtr bufOut, uint8_t &errorTimes) const;