Home
last modified time | relevance | path

Searched refs:IsSlotBootable (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/common/
Dmock_boot_control.h51 IsSlotBootable,
Dboot_control_interface.h85 virtual bool IsSlotBootable(Slot slot) const = 0;
Dboot_control_stub.h56 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
Dboot_control_stub.cc63 bool BootControlStub::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlStub
Dfake_boot_control.h74 bool IsSlotBootable(BootControlInterface::Slot slot) const override { in IsSlotBootable() function
/system/update_engine/aosp/
Dboot_control_android.h60 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
Dboot_control_android.cc104 bool BootControlAndroid::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlAndroid
/system/update_engine/cros/
Dboot_control_chromeos.h56 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
Dboot_control_chromeos.cc222 bool BootControlChromeOS::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlChromeOS
Ddownload_action_chromeos_unittest.cc197 EXPECT_TRUE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData()
199 EXPECT_FALSE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData()
Dupdate_attempter.cc900 SystemState::Get()->boot_control()->IsSlotBootable(slot)) { in GetRollbackSlot()