Home
last modified time | relevance | path

Searched refs:GetDataOffsetRelative (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_extractor_utils.h67 if (!zipFile_->GetDataOffsetRelative(fileName, offset, length)) { in GetHapAbcInfo()
100 if (!zipFile_->GetDataOffsetRelative(fileName, offset, length)) { in GetHapSourceMapInfo()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h221 bool GetDataOffsetRelative(const std::string &file, ZipPos &offset, uint32_t &length) const;
239 bool GetDataOffsetRelative(const ZipEntry &zipEntry, ZipPos &offset, uint32_t &length) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h201 bool GetDataOffsetRelative(const std::string &file, ZipPos &offset, uint32_t &length) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp154 if (!zipFile_.GetDataOffsetRelative(fileName, tmpOffset, length)) { in GetFileInfo()
H A Dzip_file.cpp561 bool ZipFile::GetDataOffsetRelative(const std::string &file, ZipPos &offset, uint32_t &length) const in GetDataOffsetRelative() function in OHOS::AppExecFwk::ZipFile
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp853 bool ZipFile::GetDataOffsetRelative(const std::string &file, ZipPos &offset, uint32_t &length) const in GetDataOffsetRelative() function in OHOS::AbilityBase::ZipFile
861 return GetDataOffsetRelative(zipEntry, offset, length); in GetDataOffsetRelative()
864 bool ZipFile::GetDataOffsetRelative(const ZipEntry &zipEntry, ZipPos &offset, uint32_t &length) con… in GetDataOffsetRelative() function in OHOS::AbilityBase::ZipFile
1040 if (!GetDataOffsetRelative(zipEntry, offset, length)) { in CreateFileMapper()
H A Dextractor.cpp228 if (!zipFile_.GetDataOffsetRelative(relativePath, offset, length)) { in GetFileInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2787 bool ret = file.GetDataOffsetRelative(f, offset, length);