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

  /external/avb/libavb/
avb_ops.h 173 AvbIOResult (*write_to_partition)(AvbOps* ops, member in struct:AvbOps
  /external/avb/test/
fake_avb_ops.h 56 virtual AvbIOResult write_to_partition(const char* partition,
210 AvbIOResult write_to_partition(const char* partition,
310 AvbIOResult write_to_partition(const char* partition,
314 return ops_.write_to_partition(partition, offset, num_bytes, buffer);
fake_avb_ops.cc 185 AvbIOResult FakeAvbOps::write_to_partition(const char* partition, function in class:avb::FakeAvbOps
418 return FakeAvbOps::GetInstanceFromAvbOps(ops)->delegate()->write_to_partition(
535 avb_ops_.write_to_partition = my_ops_write_to_partition;
avb_slot_verify_unittest.cc 306 ops_.avb_ops()->write_to_partition(ops_.avb_ops(),
347 ops_.avb_ops()->write_to_partition(ops_.avb_ops(),
728 ops_.avb_ops()->write_to_partition(ops_.avb_ops(),
    [all...]
avbtool_unittest.cc     [all...]
avb_atx_validate_unittest.cc 121 AvbIOResult write_to_partition(const char* partition,
    [all...]
  /external/u-boot/lib/libavb/
avb_ops.h 153 AvbIOResult (*write_to_partition)(AvbOps* ops, member in struct:AvbOps
  /external/avb/libavb_user/
avb_ops_user.cpp 185 static AvbIOResult write_to_partition(AvbOps* ops, function
329 ops->write_to_partition = write_to_partition;
avb_user_verification.c 200 io_res = ops->write_to_partition(ops,
avb_user_verity.c 199 io_res = ops->write_to_partition(ops,
  /external/avb/examples/uefi/
uefi_avb_ops.c 238 static AvbIOResult write_to_partition(AvbOps* ops, function
643 data->ops.write_to_partition = write_to_partition;
  /external/u-boot/cmd/
avb.c 135 if (avb_ops->write_to_partition(avb_ops, part, offset, bytes, buffer) ==
  /external/u-boot/common/
avb_verify.c 534 * write_to_partition() - writes N bytes to a partition identified by a string
550 static AvbIOResult write_to_partition(AvbOps *ops, function
717 ops_data->ops.write_to_partition = write_to_partition;
  /external/avb/libavb_ab/
avb_ab_flow.c 120 io_ret = ops->write_to_partition(ops,

Completed in 1163 milliseconds