Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h194 const std::string* OdexFileName();
Doat_file_assistant.cc161 case kPatchOatNeeded: return RelocateOatFile(OdexFileName(), error_msg); in MakeUpToDate()
252 const std::string* OatFileAssistant::OdexFileName() { in OdexFileName() function in art::OatFileAssistant
861 if (OdexFileName() != nullptr) { in CopyProfileFile()
862 const std::string& odex_file_name = *OdexFileName(); in CopyProfileFile()