Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h417 bool cached_oat_file_name_found_; variable
Doat_file_assistant.cc92 cached_oat_file_name_found_ = true; in OatFileAssistant()
404 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_.c_str(), in OatFileName()
406 if (!cached_oat_file_name_found_) { in OatFileName()
413 return cached_oat_file_name_found_ ? &cached_oat_file_name_ : nullptr; in OatFileName()