Lines Matching refs:on_system
926 std::string OnDeviceRefresh::GetPrimaryBootImage(bool on_system, bool minimal) const { in GetPrimaryBootImage() argument
927 DCHECK(!on_system || !minimal); in GetPrimaryBootImage()
929 if (on_system) { in GetPrimaryBootImage()
938 std::string OnDeviceRefresh::GetPrimaryBootImagePath(bool on_system, in GetPrimaryBootImagePath() argument
942 return GetSystemImageFilename(GetPrimaryBootImage(on_system, minimal).c_str(), isa); in GetPrimaryBootImagePath()
958 std::string OnDeviceRefresh::GetBootImageMainlineExtension(bool on_system) const { in GetBootImageMainlineExtension()
962 if (on_system) { in GetBootImageMainlineExtension()
971 std::string OnDeviceRefresh::GetBootImageMainlineExtensionPath(bool on_system, in GetBootImageMainlineExtensionPath() argument
975 return GetSystemImageFilename(GetBootImageMainlineExtension(on_system).c_str(), isa); in GetBootImageMainlineExtensionPath()
1008 std::string OnDeviceRefresh::GetSystemServerImagePath(bool on_system, in GetSystemServerImagePath() argument
1010 if (on_system) { in GetSystemServerImagePath()
1037 bool on_system, in PrimaryBootImageExist() argument
1042 std::string path = GetPrimaryBootImagePath(on_system, minimal, isa); in PrimaryBootImageExist()
1049 if (on_system && !IsAtLeastU()) { in PrimaryBootImageExist()
1061 bool on_system, in BootImageMainlineExtensionExist() argument
1065 std::string path = GetBootImageMainlineExtensionPath(on_system, isa); in BootImageMainlineExtensionExist()
1071 bool on_system, in SystemServerArtifactsExist() argument
1076 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist()
1079 const bool check_art_file = !on_system; in SystemServerArtifactsExist()