Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h414 std::string cached_oat_file_name_; variable
Doat_file_assistant.cc79 cached_oat_file_name_ = std::string(oat_location); in OatFileAssistant()
327 cache_dir.c_str(), &cached_oat_file_name_, &error_msg); in OatFileName()
335 return cached_oat_file_name_found_ ? &cached_oat_file_name_ : nullptr; in OatFileName()