Home
last modified time | relevance | path

Searched refs:GetBootImageMainlineExtension (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc963 std::string OnDeviceRefresh::GetBootImageMainlineExtension(bool on_system) const { in GetBootImageMainlineExtension() function in art::odrefresh::OnDeviceRefresh
980 return GetSystemImageFilename(GetBootImageMainlineExtension(on_system).c_str(), isa); in GetBootImageMainlineExtensionPath()
1001 locations.push_back(GetBootImageMainlineExtension(/*on_system=*/false)); in GetBestBootImages()
1007 locations.push_back(GetBootImageMainlineExtension(/*on_system=*/true)); in GetBestBootImages()
H A Dodrefresh.h241 std::string GetBootImageMainlineExtension(bool on_system) const;