HomeSort by relevance Sort by last modified time
    Searched refs:AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS (Results 1 - 4 of 4) sorted by null

  /external/avb/examples/uefi/
main.c 119 case AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS:
  /external/avb/libavb_ab/
avb_ab_flow.h 143 AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS,
165 * AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS is returned.
217 * Reasonable behavior for handling AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS
avb_ab_flow.c 313 ret = AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS;
515 case AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS:
  /external/avb/test/
avb_ab_flow_unittest.cc 398 EXPECT_EQ(AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS,
487 EXPECT_EQ(AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS,
689 EXPECT_EQ(AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS,
785 EXPECT_EQ(AVB_AB_FLOW_RESULT_ERROR_NO_BOOTABLE_SLOTS,
    [all...]

Completed in 645 milliseconds