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

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

Completed in 994 milliseconds