Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h407 bool odex_file_is_out_of_date_attempted_ = false; variable
Doat_file_assistant.cc347 if (!odex_file_is_out_of_date_attempted_) { in OdexFileIsOutOfDate()
348 odex_file_is_out_of_date_attempted_ = true; in OdexFileIsOutOfDate()
923 odex_file_is_out_of_date_attempted_ = false; in ClearOdexFileCache()