Home
last modified time | relevance | path

Searched defs:SetActiveBootSlot (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dboot_control_stub.cc51 bool BootControlStub::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlStub
Dfake_boot_control.h68 bool SetActiveBootSlot(Slot slot) override { return true; } in SetActiveBootSlot() function
/system/update_engine/
Dboot_control_chromeos.cc233 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlChromeOS
Dboot_control_android.cc252 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlAndroid