Searched refs:GetOatLocationFromImageLocation (Results 1 – 4 of 4) sorted by relevance
115 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
722 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()
204 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()
1456 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()