Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h77 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);
Dpatchoat.cc343 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) { in IsImagePic() argument
346 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic"; in IsImagePic()
352 LOG(INFO) << "image at location " << image_path << " was compiled PIC"; in IsImagePic()
/art/runtime/gc/space/
Dimage_space.cc786 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { in OpenOatFile() argument
788 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile()