Home
last modified time | relevance | path

Searched refs:AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c81 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in get_size_of_partition()
85 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in get_size_of_partition()
105 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in read_from_partition()
117 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in read_from_partition()
122 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in read_from_partition()
168 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in write_to_partition()
173 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in write_to_partition()
355 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in get_unique_guid_for_partition()
360 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in get_unique_guid_for_partition()
455 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in get_preloaded_partition()
[all …]
H A Davb_user_verity.c69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) { in load_top_level_vbmeta_header()
H A Davb_user_verification.c69 if (io_res == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) { in load_top_level_vbmeta_header()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_ops.h74 AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION, enumerator
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c492 if (res != AVB_IO_RESULT_OK && res != AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) in get_partition_size()
780 return AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION; in android_slot_verify()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_slot_verify.c717 if (is_main_vbmeta && io_ret == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION && in load_and_verify_vbmeta()
1361 if (io_ret == AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION) { in has_system_partition()