Searched refs:SetActiveBootSlot (Results 1 - 13 of 13) sorted by path

/system/update_engine/
H A Dboot_control_android.cc162 bool BootControlAndroid::SetActiveBootSlot(Slot slot) {
166 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot)
H A Dboot_control_android.h47 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
H A Dboot_control_chromeos.cc206 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { function in class:chromeos_update_engine::BootControlChromeOS
H A Dboot_control_chromeos.h51 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
H A Dboot_control_recovery.cc161 bool BootControlRecovery::SetActiveBootSlot(Slot slot) { function in class:chromeos_update_engine::BootControlRecovery
H A Dboot_control_recovery.h50 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
H A Dupdate_attempter.cc1139 if (!boot_control->SetActiveBootSlot(boot_control->GetCurrentSlot()))
H A Dupdate_attempter_android.cc307 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot()))
/system/update_engine/common/
H A Dboot_control_interface.h72 virtual bool SetActiveBootSlot(Slot slot) = 0;
H A Dboot_control_stub.cc51 bool BootControlStub::SetActiveBootSlot(Slot slot) { function in class:chromeos_update_engine::BootControlStub
H A Dboot_control_stub.h46 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
H A Dfake_boot_control.h68 bool SetActiveBootSlot(Slot slot) override { return true; }
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc341 if (!boot_control_->SetActiveBootSlot(install_plan_.target_slot)) {

Completed in 98 milliseconds