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

/art/patchoat/
H A 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,
86 // Was the .oat image at oat_in made with --compile-pic ?
87 static MaybePic IsOatPic(const ElfFile* oat_in);
H A Dpatchoat.cc358 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in) { argument
359 if (oat_in == nullptr) {
364 const std::string& file_path = oat_in->GetFile().GetPath();
366 const OatHeader* oat_header = GetOatHeader(oat_in);

Completed in 139 milliseconds