Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h262 ResultOfAttemptToUpdate RelocateOatFile(const std::string* input_file, std::string* error_msg);
Doat_file_assistant.cc210 case kPatchOatNeeded: return RelocateOatFile(OdexFileName(), error_msg); in MakeUpToDate()
211 case kSelfPatchOatNeeded: return RelocateOatFile(OatFileName(), error_msg); in MakeUpToDate()
621 OatFileAssistant::RelocateOatFile(const std::string* input_file, std::string* error_msg) { in RelocateOatFile() function in art::OatFileAssistant