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

/art/patchoat/
H A Dpatchoat.cc398 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in) { argument
399 if (oat_in == nullptr) {
404 const std::string& file_path = oat_in->GetFile().GetPath();
406 const OatHeader* oat_header = GetOatHeader(oat_in);

Completed in 5 milliseconds