Searched refs:oat_in (Results 1 – 2 of 2) sorted by relevance
92 static MaybePic IsOatPic(const ElfFile* oat_in);
742 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in) { in IsOatPic() argument743 if (oat_in == nullptr) { in IsOatPic()748 const std::string& file_path = oat_in->GetFilePath(); in IsOatPic()750 const OatHeader* oat_header = GetOatHeader(oat_in); in IsOatPic()