Searched refs:RelocateOatFile (Results 1 – 2 of 2) sorted by relevance
262 ResultOfAttemptToUpdate RelocateOatFile(const std::string* input_file, std::string* error_msg);
210 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