Searched refs:GetPrimaryBootImage (Results 1 – 2 of 2) sorted by relevance
221 std::string GetPrimaryBootImage(bool on_system, bool minimal) const;
926 std::string OnDeviceRefresh::GetPrimaryBootImage(bool on_system, bool minimal) const { in GetPrimaryBootImage() function in art::odrefresh::OnDeviceRefresh942 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()