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

  /external/avb/libavb_user/
avb_user_verification.c 49 AvbIOResult io_res; local
63 io_res = ops->read_from_partition(ops,
69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) {
82 io_res = ops->read_from_partition(ops,
88 if (io_res != AVB_IO_RESULT_OK) {
105 io_res = ops->read_from_partition(ops,
113 if (io_res != AVB_IO_RESULT_OK) {
172 AvbIOResult io_res; local
200 io_res = ops->write_to_partition(ops,
205 if (io_res != AVB_IO_RESULT_OK)
    [all...]
avb_user_verity.c 49 AvbIOResult io_res; local
63 io_res = ops->read_from_partition(ops,
69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) {
82 io_res = ops->read_from_partition(ops,
88 if (io_res != AVB_IO_RESULT_OK) {
105 io_res = ops->read_from_partition(ops,
113 if (io_res != AVB_IO_RESULT_OK) {
171 AvbIOResult io_res; local
199 io_res = ops->write_to_partition(ops,
204 if (io_res != AVB_IO_RESULT_OK)
    [all...]

Completed in 62 milliseconds