/aosp12/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/ |
H A D | libboot_control.h | 39 bool IsSlotBootable(unsigned int slot);
|
/aosp12/hardware/ti/am57x/bootctrl/ |
H A D | boot_control.cc | 291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() function 342 .isSlotBootable = IsSlotBootable,
|
/aosp12/system/update_engine/common/ |
H A D | mock_boot_control.h | 51 IsSlotBootable,
|
H A D | boot_control_interface.h | 85 virtual bool IsSlotBootable(Slot slot) const = 0;
|
H A D | boot_control_stub.h | 56 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
|
H A D | boot_control_stub.cc | 63 bool BootControlStub::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlStub
|
H A D | fake_boot_control.h | 74 bool IsSlotBootable(BootControlInterface::Slot slot) const override { in IsSlotBootable() function
|
/aosp12/system/update_engine/aosp/ |
H A D | boot_control_android.h | 60 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
|
H A D | boot_control_android.cc | 104 bool BootControlAndroid::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlAndroid
|
/aosp12/system/update_engine/cros/ |
H A D | boot_control_chromeos.h | 56 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
|
H A D | boot_control_chromeos.cc | 222 bool BootControlChromeOS::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlChromeOS
|
H A D | download_action_chromeos_unittest.cc | 197 EXPECT_TRUE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData() 199 EXPECT_FALSE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData()
|
H A D | update_attempter.cc | 900 SystemState::Get()->boot_control()->IsSlotBootable(slot)) { in GetRollbackSlot()
|
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/ |
H A D | legacy_boot_control.cpp | 67 return impl.IsSlotBootable(slot) ? 0 : -1; in BootControl_isSlotBootable()
|
H A D | libboot_control.cpp | 332 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable() function in android::bootable::BootControl
|
/aosp12/hardware/interfaces/boot/1.1/default/ |
H A D | BootControl.cpp | 88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
|
/aosp12/hardware/interfaces/boot/1.2/default/ |
H A D | BootControl.cpp | 88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
|
/aosp12/hardware/interfaces/boot/1.0/vts/functional/ |
H A D | VtsHalBootV1_0TargetTest.cpp | 154 TEST_P(BootHidlTest, IsSlotBootable) { in TEST_P() argument
|