Searched defs:expected_image_oat_checksum (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc995 uint32_t expected_image_oat_checksum = image_header.GetOatChecksum(); local
997 if (expected_image_oat_checksum != actual_image_oat_checksum) {
999 "0x%x, found 0x%x", oat_location, expected_image_oat_checksum,

Completed in 35 milliseconds