Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h403 bool odex_file_load_attempted_ = false; variable
Doat_file_assistant.cc888 if (!odex_file_load_attempted_) { in GetOdexFile()
889 odex_file_load_attempted_ = true; in GetOdexFile()
921 odex_file_load_attempted_ = false; in ClearOdexFileCache()