Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h254 bool RelocateOatFile(const std::string* input_file, std::string* error_msg);
Doat_file_assistant.cc161 case kPatchOatNeeded: return RelocateOatFile(OdexFileName(), error_msg); in MakeUpToDate()
162 case kSelfPatchOatNeeded: return RelocateOatFile(OatFileName(), error_msg); in MakeUpToDate()
596 bool OatFileAssistant::RelocateOatFile(const std::string* input_file, in CopyProfileFile() function in art::OatFileAssistant