Home
last modified time | relevance | path

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

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