Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h411 bool odex_file_is_up_to_date_attempted_ = false; variable
Doat_file_assistant.cc364 if (!odex_file_is_up_to_date_attempted_) { in OdexFileIsUpToDate()
365 odex_file_is_up_to_date_attempted_ = true; in OdexFileIsUpToDate()
924 odex_file_is_up_to_date_attempted_ = false; in ClearOdexFileCache()