Searched refs:is_pic (Results 1 – 1 of 1) sorted by relevance
393 bool is_pic = oat_header->IsPic(); in IsOatPic() local395 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()398 return is_pic ? PIC : NOT_PIC; in IsOatPic()