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

/art/runtime/
H A Doat_file_assistant.cc210 case kPatchOatNeeded: return RelocateOatFile(OdexFileName(), error_msg);
316 const std::string* OatFileAssistant::OdexFileName() { function in class:art::OatFileAssistant
890 if (OdexFileName() != nullptr) {
891 const std::string& odex_file_name = *OdexFileName();

Completed in 51 milliseconds