Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc704 uint32_t actual_image_oat_checksum = oat_file->GetOatHeader().GetImageFileLocationOatChecksum(); in FindDexFileInOatLocation() local
705 if (expected_image_oat_checksum != actual_image_oat_checksum) { in FindDexFileInOatLocation()
708 << ", found " << actual_image_oat_checksum; in FindDexFileInOatLocation()