Home
last modified time | relevance | path

Searched refs:CheckCoherencyLocalHeader (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp336 bool ZipFile::CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const in CheckCoherencyLocalHeader() function in OHOS::AppExecFwk::ZipFile
572 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in GetDataOffsetRelative()
593 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in ExtractFile()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp659 bool ZipFile::CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const in CheckCoherencyLocalHeader() function in OHOS::AbilityBase::ZipFile
867 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in GetDataOffsetRelative()
886 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in ExtractFile()
916 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in ExtractFileFromMMap()
1076 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in ExtractToBufByName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h254 bool CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h162 bool CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp320 bool ZipFile::CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const in CheckCoherencyLocalHeader() function in OHOS::ZipFile
550 if (!CheckCoherencyLocalHeader(zipEntry, extraSize)) { in ExtractFile()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h288 bool CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2715 bool ret = file.CheckCoherencyLocalHeader(zipEntry, extraSize);