Searched refs:GetImageOffset (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/apex/apexd/ |
H A D | apex_file.cpp | 215 if (!apex.GetImageOffset() || !apex.GetImageSize()) { in GetAvbFooter() 218 off_t offset = apex.GetImageSize().value() + apex.GetImageOffset().value() - in GetAvbFooter() 283 if (!apex.GetImageOffset()) { in VerifyVbMeta() 287 off_t offset = apex.GetImageOffset().value() + footer.vbmeta_offset; in VerifyVbMeta()
|
H A D | apexd_verity.cpp | 83 if (!apex.GetImageOffset()) { in GenerateHashTree() 86 if (lseek(fd, apex.GetImageOffset().value(), SEEK_SET) == -1) { in GenerateHashTree()
|
H A D | apex_file.h | 50 const std::optional<int32_t>& GetImageOffset() const { return image_offset_; } in GetImageOffset() function
|
H A D | apexd_test_utils.h | 112 Property("image_offset", &ApexFile::GetImageOffset, 113 Eq(other.get().GetImageOffset())),
|
H A D | apex_file_test.cpp | 77 EXPECT_EQ(zip_image_offset, apex_file->GetImageOffset().value()); in TEST_P() 176 ASSERT_FALSE(apex_file->GetImageOffset().has_value()); in TEST()
|
H A D | apexd.cpp | 496 if (!apex.GetImageOffset() || !apex.GetImageSize()) { in MountPackageImpl() 502 full_path, apex.GetImageOffset().value(), apex.GetImageSize().value()); in MountPackageImpl()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.h | 124 return reinterpret_cast<T*>(image_info.image_begin_ + GetImageOffset(object, oat_index)); in GetImageAddress() 408 size_t GetImageOffset(mirror::Object* object, size_t oat_index) const
|
H A D | image_writer.cc | 593 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() function in art::linker::ImageWriter 1758 size_t base_offset = image_writer_->GetImageOffset(current_obj_.Ptr(), oat_index_); in operator ()() 2899 size_t offset = GetImageOffset(obj, oat_index); in CopyObject()
|