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

  /external/avb/libavb_user/
avb_user_verification.c 63 io_res = ops->read_from_partition(ops,
82 io_res = ops->read_from_partition(ops,
105 io_res = ops->read_from_partition(ops,
avb_user_verity.c 63 io_res = ops->read_from_partition(ops,
82 io_res = ops->read_from_partition(ops,
105 io_res = ops->read_from_partition(ops,
avb_ops_user.cpp 121 static AvbIOResult read_from_partition(AvbOps* ops, function
328 ops->read_from_partition = read_from_partition;
  /external/avb/libavb/
avb_ops.h 129 AvbIOResult (*read_from_partition)(AvbOps* ops, member in struct:AvbOps
145 * |read_from_partition| will be used as the fallback. This function is mainly
avb_slot_verify.c 123 io_ret = ops->read_from_partition(ops,
624 io_ret = ops->read_from_partition(ops,
673 io_ret = ops->read_from_partition(ops,
    [all...]
  /external/avb/test/
fake_avb_ops.h 44 virtual AvbIOResult read_from_partition(const char* partition,
195 // read_from_partition() operation.
199 AvbIOResult read_from_partition(const char* partition,
292 AvbIOResult read_from_partition(const char* partition,
297 return ops_.read_from_partition(
fake_avb_ops.cc 90 AvbIOResult FakeAvbOps::read_from_partition(const char* partition, function in class:avb::FakeAvbOps
398 ->read_from_partition(partition, offset, num_bytes, buffer, out_num_read);
534 avb_ops_.read_from_partition = my_ops_read_from_partition;
avb_atx_validate_unittest.cc 103 AvbIOResult read_from_partition(const char* partition,
    [all...]
  /external/u-boot/lib/libavb/
avb_ops.h 109 AvbIOResult (*read_from_partition)(AvbOps* ops, member in struct:AvbOps
125 * |read_from_partition| will be used as the fallback. This function is mainly
avb_slot_verify.c 96 io_ret = ops->read_from_partition(ops,
519 io_ret = ops->read_from_partition(ops,
560 io_ret = ops->read_from_partition(ops,
    [all...]
  /external/u-boot/cmd/
avb.c 61 if (avb_ops->read_from_partition(avb_ops, part, offset, bytes,
98 if (avb_ops->read_from_partition(avb_ops, part, offset, bytes, buffer,
  /external/avb/examples/uefi/
uefi_avb_ops.c 176 static AvbIOResult read_from_partition(AvbOps* ops, function
642 data->ops.read_from_partition = read_from_partition;
  /external/u-boot/common/
avb_verify.c 505 * read_from_partition() - reads @num_bytes from @offset from partition
522 static AvbIOResult read_from_partition(AvbOps *ops, function
716 ops_data->ops.read_from_partition = read_from_partition;
  /external/avb/libavb_ab/
avb_ab_flow.c 89 io_ret = ops->read_from_partition(ops,

Completed in 2644 milliseconds