Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc377 bool is_pic = oat_header->IsPic(); in IsOatPic() local
379 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()
382 return is_pic ? PIC : NOT_PIC; in IsOatPic()