Home
last modified time | relevance | path

Searched defs:commentSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp56 uint16_t commentSize = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h91 uint16_t commentSize = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h94 uint16_t commentSize = 0; member
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h96 uint16_t commentSize = 0; member
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.h82 uint16_t commentSize = 0; member
H A Dpkg_zipfile.cpp527 uint16_t commentSize = ReadLE16(buffer.buffer + offsetof(CentralDirEntry, commentSize)); in DecodeCentralDirEntry() local