Searched refs:GetDataOffsetRelative (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_extractor_utils.h | 67 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 D | zip_file.h | 221 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 D | zip_file.h | 201 bool GetDataOffsetRelative(const std::string &file, ZipPos &offset, uint32_t &length) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_extractor.cpp | 154 if (!zipFile_.GetDataOffsetRelative(fileName, tmpOffset, length)) { in GetFileInfo()
|
H A D | zip_file.cpp | 561 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 D | zip_file.cpp | 853 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 D | extractor.cpp | 228 if (!zipFile_.GetDataOffsetRelative(relativePath, offset, length)) { in GetFileInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2787 bool ret = file.GetDataOffsetRelative(f, offset, length);
|