Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h398 std::string cached_odex_file_name_; variable
Doat_file_assistant.cc322 dex_location_, isa_, &cached_odex_file_name_, &error_msg); in OdexFileName()
329 return cached_odex_file_name_found_ ? &cached_odex_file_name_ : nullptr; in OdexFileName()