Searched refs:GetOatLocationFromImageLocation (Results 1 – 4 of 4) sorted by relevance
203 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
1255 std::string system_oat_filename = ImageHeader::GetOatLocationFromImageLocation( in Init()1257 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location_); in Init()
167 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename); in GenerateImage()2181 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileExtension()2219 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileExtension()3134 ImageHeader::GetOatLocationFromImageLocation(space->GetImageFilename()); in OpenOatFile()3136 ImageHeader::GetOatLocationFromImageLocation(space->GetImageLocation()); in OpenOatFile()
1885 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()