HomeSort by relevance Sort by last modified time
    Searched refs:read_from_partition (Results 1 - 11 of 11) 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 112 static AvbIOResult read_from_partition(AvbOps* ops, function
319 ops->read_from_partition = read_from_partition;
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 43 static AvbIOResult read_from_partition(AvbOps* ops, const char* partition, int64_t offset, function
102 // We only need to provide the implementation of read_from_partition()
108 avb_ops_.read_from_partition = read_from_partition;
  /external/avb/libavb/
avb_ops.h 128 AvbIOResult (*read_from_partition)(AvbOps* ops, member in struct:AvbOps
144 * |read_from_partition| will be used as the fallback. This function is mainly
avb_slot_verify.c 115 io_ret = ops->read_from_partition(ops,
538 io_ret = ops->read_from_partition(ops,
579 io_ret = ops->read_from_partition(ops,
    [all...]
  /external/avb/test/
fake_avb_ops.h 44 virtual AvbIOResult read_from_partition(const char* partition,
187 // read_from_partition() operation.
191 AvbIOResult read_from_partition(const char* partition,
281 AvbIOResult read_from_partition(const char* partition,
286 return ops_.read_from_partition(
fake_avb_ops.cc 89 AvbIOResult FakeAvbOps::read_from_partition(const char* partition, function in class:avb::FakeAvbOps
373 ->read_from_partition(partition, offset, num_bytes, buffer, out_num_read);
501 avb_ops_.read_from_partition = my_ops_read_from_partition;
avb_atx_validate_unittest.cc 99 AvbIOResult read_from_partition(const char* partition,
  /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/avb/libavb_ab/
avb_ab_flow.c 89 io_ret = ops->read_from_partition(ops,

Completed in 101 milliseconds