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

  /external/avb/test/
avb_atx_validate_unittest.cc 105 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
114 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
122 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
132 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
152 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
158 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
166 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
173 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
fake_avb_ops.cc 116 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
201 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 141 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
147 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
  /external/avb/libavb/
avb_ops.h 51 * AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION is returned if the requested
71 AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION,
116 * This function returns AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION if
161 * This function returns AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION if
avb_slot_verify.c 592 if (is_main_vbmeta && io_ret == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION &&
    [all...]
  /external/avb/libavb_user/
avb_user_verification.c 69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) {
avb_user_verity.c 69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) {
avb_ops_user.cpp 125 ret = AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
  /external/avb/examples/uefi/
uefi_avb_ops.c 194 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
254 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;
311 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION;

Completed in 389 milliseconds