Searched refs:slot_suffixes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/ |
| H A D | avb_ab_flow.c | 167 static const char* slot_suffixes[2] = {"_a", "_b"}; variable 237 slot_suffixes[n], in avb_ab_flow() 268 slot_suffixes[n], in avb_ab_flow() 290 slot_suffixes[n], in avb_ab_flow()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | rk_avb_ops_user.h | 62 int rk_avb_read_slot_suffixes(char *slot_suffixes);
|
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 247 int rk_avb_read_slot_suffixes(char *slot_suffixes) in rk_avb_read_slot_suffixes() argument 249 memcpy(slot_suffixes, CURR_SYSTEM_SLOT_SUFFIX, in rk_avb_read_slot_suffixes()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | boot_android.c | 551 const char * slot_suffixes[2] = {"_a", "_b"}; in do_avb_verify_partition() local 567 slot_suffixes[n], in do_avb_verify_partition()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 865 char slot_suffixes[9] = {0}; in fb_read_var() local 870 slot_suffixes[slot_cnt * 2] in fb_read_var() 872 slot_suffixes[slot_cnt * 2 + 1] = ','; in fb_read_var() 876 slot_suffixes[(slot_cnt - 1) * 2 + 1] = '\0'; in fb_read_var() 877 fb_add_string(response, chars_left, slot_suffixes, NULL); in fb_read_var()
|