Searched refs:image_path (Results 1 – 3 of 3) sorted by relevance
81 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);
383 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) { in IsImagePic() argument386 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic"; in IsImagePic()392 LOG(INFO) << "image at location " << image_path << " was compiled PIC"; in IsImagePic()
1442 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { in OpenOatFile() argument1444 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile()