Searched refs:GetOatLocationFromImageLocation (Results 1 – 4 of 4) sorted by relevance
203 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
1411 std::string system_oat_filename = ImageHeader::GetOatLocationFromImageLocation( in Init()1413 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation( in Init()
1933 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileExtension()1971 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileExtension()2829 ImageHeader::GetOatLocationFromImageLocation(space->GetImageFilename()); in OpenOatFile()2831 ImageHeader::GetOatLocationFromImageLocation(space->GetImageLocation()); in OpenOatFile()
1780 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()