Home
last modified time | relevance | path

Searched refs:GetChecksumsOffset (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dvdex_file.cc271 sections[VdexSection::kChecksumSection].section_offset = GetChecksumsOffset(); in WriteToDisk()
283 GetChecksumsOffset() + sections[kChecksumSection].section_size; in WriteToDisk()
H A Dvdex_file.h144 static size_t GetChecksumsOffset() { in GetChecksumsOffset() function
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3756 off_t checksums_offset = VdexFile::GetChecksumsOffset(); in FinishVdexFile()