Searched defs:image_path (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc383 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) { argument
386 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic";
392 LOG(INFO) << "image at location " << image_path << " was compiled PIC";
/art/runtime/gc/space/
H A Dimage_space.cc1434 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { argument
1436 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path);

Completed in 136 milliseconds