Searched defs:odex_file_name (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_assistant.cc891 const std::string& odex_file_name = *OdexFileName(); local
893 cached_odex_file_.reset(OatFile::Open(odex_file_name.c_str(),
894 odex_file_name.c_str(),
903 << odex_file_name << ": " << error_msg;

Completed in 40 milliseconds