Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h45 static bool Patch(File* oat_in, off_t delta, File* oat_out, TimingLogger* timings,
54 static bool Patch(File* oat_in, const std::string& art_location,
87 static MaybePic IsOatPic(const ElfFile* oat_in);
Dpatchoat.cc358 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in) { in IsOatPic() argument
359 if (oat_in == nullptr) { in IsOatPic()
364 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic()
366 const OatHeader* oat_header = GetOatHeader(oat_in); in IsOatPic()