HomeSort by relevance Sort by last modified time
    Searched refs:GetOatLocationFromImageLocation (Results 1 - 4 of 4) sorted by null

  /art/runtime/
image.h 96 static std::string GetOatLocationFromImageLocation(const std::string& image) {
runtime.cc 611 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
612 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str());
    [all...]
  /art/runtime/gc/space/
image_space.cc 171 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename);
268 input_oat_location_arg += ImageHeader::GetOatLocationFromImageLocation(image_location);
271 output_oat_filename_arg += ImageHeader::GetOatLocationFromImageLocation(dest_filename);
740 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 123 milliseconds