HomeSort by relevance Sort by last modified time
    Searched refs:BootControlChromeOS (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
boot_control_chromeos.h 31 class BootControlChromeOS : public BootControlInterface {
33 BootControlChromeOS() = default;
34 ~BootControlChromeOS() = default;
80 DISALLOW_COPY_AND_ASSIGN(BootControlChromeOS);
boot_control_chromeos.cc 79 std::unique_ptr<BootControlChromeOS> boot_control_chromeos(
80 new BootControlChromeOS());
82 LOG(ERROR) << "Ignoring BootControlChromeOS failure. We won't run updates.";
89 bool BootControlChromeOS::Init() {
134 unsigned int BootControlChromeOS::GetNumSlots() const {
138 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const {
142 bool BootControlChromeOS::GetPartitionDevice(const string& partition_name,
157 bool BootControlChromeOS::IsSlotBootable(Slot slot) const {
174 bool BootControlChromeOS::MarkSlotUnbootable(Slot slot) {
207 bool BootControlChromeOS::SetActiveBootSlot(Slot slot)
    [all...]
boot_control_chromeos_unittest.cc 32 BootControlChromeOS bootctl_; // BootControlChromeOS under test.

Completed in 161 milliseconds