Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h397 bool cached_odex_file_name_found_; variable
Doat_file_assistant.cc321 cached_odex_file_name_found_ = DexFilenameToOdexFilename( in OdexFileName()
323 if (!cached_odex_file_name_found_) { in OdexFileName()
329 return cached_odex_file_name_found_ ? &cached_odex_file_name_ : nullptr; in OdexFileName()