Searched refs:oat_checksum (Results 1 – 5 of 5) sorted by relevance
70 uint32_t oat_checksum = 0; in TEST_F() local83 oat_checksum, in TEST_F()
46 uint32_t oat_checksum, in ImageHeader() argument61 oat_checksum_(oat_checksum), in ImageHeader()73 if (oat_checksum != 0u) { in ImageHeader()
137 uint32_t oat_checksum,179 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument180 oat_checksum_ = oat_checksum; in SetOatChecksum()
156 void OatHeader::SetChecksum(uint32_t oat_checksum) { in SetChecksum() argument157 oat_checksum_ = oat_checksum; in SetChecksum()
580 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in InitAppImage() local583 if (image_oat_checksum != 0u && oat_checksum != image_oat_checksum) { in InitAppImage()585 oat_checksum, in InitAppImage()2890 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local2892 if (oat_checksum != image_oat_checksum) { in OpenOatFile()2895 oat_checksum, in OpenOatFile()