Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.h221 std::string GetPrimaryBootImage(bool on_system, bool minimal) const;
Dodrefresh.cc926 std::string OnDeviceRefresh::GetPrimaryBootImage(bool on_system, bool minimal) const { in GetPrimaryBootImage() function in art::odrefresh::OnDeviceRefresh
942 return GetSystemImageFilename(GetPrimaryBootImage(on_system, minimal).c_str(), isa); in GetPrimaryBootImagePath()
986 locations.push_back(GetPrimaryBootImage(/*on_system=*/false, /*minimal=*/false)); in GetBestBootImages()
988 locations.push_back(GetPrimaryBootImage(/*on_system=*/true, /*minimal=*/false)); in GetBestBootImages()