Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant.h561 bool required_dex_checksums_attempted_ = false; variable
Doat_file_assistant.cc709 if (!required_dex_checksums_attempted_) { in GetRequiredDexChecksum()
710 required_dex_checksums_attempted_ = true; in GetRequiredDexChecksum()