Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h120 uint16_t commentLen = 0; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h109 uint16_t commentLen = 0; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h125 uint16_t commentLen = 0; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp125 (endDir.commentLen != 0) || in CheckEndDir()
130 "sizeOfCentralDir: %{public}u, offset: %{public}u, commentLen: %{public}hu", in CheckEndDir()
132 endDir.totalEntries, endDir.sizeOfCentralDir, endDir.offset, endDir.commentLen); in CheckEndDir()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp79 (endDir.commentLen != 0) || in CheckEndDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp72 (endDir.commentLen != 0) || in CheckEndDir()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp451 size_t commentLen = 0; in GetGZHeaderArg() local
452 tie(succ, comment, commentLen) = gzHeaderNVal.GetProp("comment").ToArrayBuffer(); in GetGZHeaderArg()

Completed in 7 milliseconds