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

  /external/avb/libavb_ab/
avb_ab_flow.c 86 AvbIOResult io_ret; local
89 io_ret = ops->read_from_partition(ops,
95 if (io_ret == AVB_IO_RESULT_ERROR_OOM) {
97 } else if (io_ret != AVB_IO_RESULT_OK ||
117 AvbIOResult io_ret; local
120 io_ret = ops->write_to_partition(ops,
125 if (io_ret == AVB_IO_RESULT_ERROR_OOM) {
127 } else if (io_ret != AVB_IO_RESULT_OK) {
174 AvbIOResult io_ret; local
176 io_ret = ab_ops->read_ab_metadata(ab_ops, ab_data)
216 AvbIOResult io_ret; local
    [all...]
  /external/avb/libavb/
avb_slot_verify.c 85 AvbIOResult io_ret; local
149 io_ret = ops->get_size_of_partition(ops, part_name, &image_size);
150 if (io_ret == AVB_IO_RESULT_ERROR_OOM) {
153 } else if (io_ret != AVB_IO_RESULT_OK) {
168 io_ret = ops->read_from_partition(
170 if (io_ret == AVB_IO_RESULT_ERROR_OOM) {
173 } else if (io_ret != AVB_IO_RESULT_OK) {
264 AvbIOResult io_ret; local
280 io_ret = ops->get_size_of_partition(ops, part_name, &image_size);
281 if (io_ret == AVB_IO_RESULT_ERROR_OOM)
355 AvbIOResult io_ret; local
904 AvbIOResult io_ret; local
1080 AvbIOResult io_ret; local
    [all...]

Completed in 79 milliseconds