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

  /external/avb/libavb/
avb_slot_verify.h 55 } AvbSlotVerifyResult;
109 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);
339 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
avb_cmdline.h 63 AvbSlotVerifyResult avb_append_options(
84 AvbSlotVerifyResult avb_add_root_digest_substitution(
avb_slot_verify.c 50 static inline bool result_should_continue(AvbSlotVerifyResult result) {
69 static AvbSlotVerifyResult load_full_partition(AvbOps* ops,
136 static AvbSlotVerifyResult read_persistent_digest(AvbOps* ops,
177 static AvbSlotVerifyResult load_and_verify_hash_partition(
189 AvbSlotVerifyResult ret;
377 static AvbSlotVerifyResult load_requested_partitions(
382 AvbSlotVerifyResult ret;
459 static AvbSlotVerifyResult load_and_verify_vbmeta(
474 AvbSlotVerifyResult ret;
783 AvbSlotVerifyResult sub_ret
    [all...]
avb_cmdline.c 218 AvbSlotVerifyResult avb_append_options(
224 AvbSlotVerifyResult ret;
394 AvbSlotVerifyResult avb_add_root_digest_substitution(
  /external/avb/examples/things/
avb_atx_slot_verify.h 71 AvbSlotVerifyResult avb_atx_slot_verify(
avb_atx_slot_verify.c 87 static AvbSlotVerifyResult update_rollback_index(AvbOps* ops,
125 AvbSlotVerifyResult avb_atx_slot_verify(
135 AvbSlotVerifyResult result = AVB_SLOT_VERIFY_RESULT_OK;
  /system/core/fs_mgr/
fs_mgr_priv_avb_ops.h 59 AvbSlotVerifyResult AvbSlotVerify(const std::string& ab_suffix, AvbSlotVerifyFlags flags,
fs_mgr_avb_ops.cpp 187 AvbSlotVerifyResult FsManagerAvbOps::AvbSlotVerify(const std::string& ab_suffix,
fs_mgr_avb.cpp 501 AvbSlotVerifyResult verify_result =
  /external/avb/test/
avb_atx_slot_verify_unittest.cc 174 AvbSlotVerifyResult expected_result_ = AVB_SLOT_VERIFY_RESULT_OK;
avb_slot_verify_unittest.cc     [all...]
  /external/avb/libavb_ab/
avb_ab_flow.c 231 AvbSlotVerifyResult verify_result;

Completed in 187 milliseconds