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.h407 bool odex_file_is_up_to_date_attempted_ = false; variable
Doat_file_assistant.cc301 if (!odex_file_is_up_to_date_attempted_) { in OdexFileIsUpToDate()
302 odex_file_is_up_to_date_attempted_ = true; in OdexFileIsUpToDate()
880 odex_file_is_up_to_date_attempted_ = false; in CopyProfileFile()