Home
last modified time | relevance | path

Searched refs:GetOatLocationFromImageLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.h115 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
Druntime.cc722 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str()); in OpenDexFilesFromImage()
723 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str()); in OpenDexFilesFromImage()
/art/runtime/gc/space/
Dimage_space.cc204 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename); in GenerateImage()
304 input_oat_location_arg += ImageHeader::GetOatLocationFromImageLocation(image_location); in RelocateImage()
307 output_oat_filename_arg += ImageHeader::GetOatLocationFromImageLocation(dest_filename); in RelocateImage()
788 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile()
/art/oatdump/
Doatdump.cc1456 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()