Searched refs:oat_checksum (Results 1 – 4 of 4) sorted by relevance
38 uint32_t oat_checksum,67 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument68 oat_checksum_ = oat_checksum; in SetOatChecksum()
34 uint32_t oat_checksum, in ImageHeader() argument43 oat_checksum_(oat_checksum), in ImageHeader()
199 uint32_t oat_checksum = 0; in TEST_F() local209 oat_checksum, in TEST_F()
675 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local677 if (oat_checksum != image_oat_checksum) { in OpenOatFile()679 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()