Searched refs:on_system (Results 1 – 2 of 2) sorted by relevance
/art/odrefresh/ |
D | odrefresh.h | 221 std::string GetPrimaryBootImage(bool on_system, bool minimal) const; 225 std::string GetPrimaryBootImagePath(bool on_system, bool minimal, InstructionSet isa) const; 236 std::string GetBootImageMainlineExtension(bool on_system) const; 239 std::string GetBootImageMainlineExtensionPath(bool on_system, InstructionSet isa) const; 246 std::string GetSystemServerImagePath(bool on_system, const std::string& jar_path) const; 263 bool on_system, 271 bool on_system, 281 bool on_system,
|
D | odrefresh.cc | 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 [all …]
|