Searched defs:IsSlotBootable (Results 1 – 7 of 7) sorted by relevance
63 bool BootControlStub::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlStub
74 bool IsSlotBootable(BootControlInterface::Slot slot) const override { in IsSlotBootable() function
104 bool BootControlAndroid::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlAndroid
154 TEST_P(BootHidlTest, IsSlotBootable) { in TEST_P() argument
222 bool BootControlChromeOS::IsSlotBootable(Slot slot) const { in IsSlotBootable() function in chromeos_update_engine::BootControlChromeOS
291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() function
332 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable() function in android::bootable::BootControl