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