Lines Matching full:oat_checksum
1199 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum();
1201 if (oat_checksum != image_oat_checksum) {
1203 oat_checksum,
1461 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum();
1463 if (oat_checksum != image_oat_checksum) {
1465 " in image %s", oat_checksum, image_oat_checksum, GetName());