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

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

Completed in 75 milliseconds