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

/art/tools/bisection_search/
H A Dbisection_search.py368 image_path = (GetEnvVariableOrError('ANDROID_HOST_OUT') +
371 image_path = args.image
372 base_cmd += ['-Ximage:{0}'.format(image_path)]
/art/patchoat/
H A Dpatchoat.h64 // Was the .art image at image_path made with --compile-pic ?
65 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);
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 67 milliseconds