Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h96 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
Druntime.cc611 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str()); in OpenDexFilesFromImage()
612 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str()); in OpenDexFilesFromImage()
/art/runtime/gc/space/
Dimage_space.cc171 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename); in GenerateImage()
268 input_oat_location_arg += ImageHeader::GetOatLocationFromImageLocation(image_location); in RelocateImage()
271 output_oat_filename_arg += ImageHeader::GetOatLocationFromImageLocation(dest_filename); in RelocateImage()
740 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile()
/art/oatdump/
Doatdump.cc1040 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()