Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h167 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
Druntime.cc815 ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str()); in OpenDexFilesFromImage()
817 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str()); in OpenDexFilesFromImage()
/art/patchoat/
Dpatchoat.cc236 ImageHeader::GetOatLocationFromImageLocation(input_image_filename); in Patch()
264 ImageHeader::GetOatLocationFromImageLocation(output_image_filename); in Patch()
332 ImageHeader::GetOatLocationFromImageLocation(output_image_filename); in Patch()
/art/runtime/gc/space/
Dimage_space.cc110 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename); in GenerateImage()
1444 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile()
/art/oatdump/
Doatdump.cc1367 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()