Searched refs:otherBootable (Results 1 – 2 of 2) sorted by relevance
82 bool otherBootable = true; in TEST_P() local83 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()94 if (!otherBootable) { in TEST_P()115 bool otherBootable = false; in TEST_P() local116 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()120 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()121 ASSERT_FALSE(otherBootable); in TEST_P()124 if (otherBootable) { in TEST_P()
86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P() local100 if (otherBootable == BoolResult::FALSE) { in TEST_P()122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P() local131 if (otherBootable == BoolResult::TRUE) { in TEST_P()