Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc725 uint32_t expected_dex_checksum = dex_location_checksum; in FindDexFileInOatLocation() local
727 if (expected_dex_checksum != actual_dex_checksum) { in FindDexFileInOatLocation()
729 << " with expected dex checksum of " << expected_dex_checksum in FindDexFileInOatLocation()