Searched refs:slot_suffix (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | android_bootloader.c | 124 const char *slot_suffix, in android_part_get_info_by_name_suffix() argument 132 if (slot_suffix) in android_part_get_info_by_name_suffix() 133 part_name_len += strlen(slot_suffix); in android_part_get_info_by_name_suffix() 138 if (slot_suffix) in android_part_get_info_by_name_suffix() 139 strcat(part_name, slot_suffix); in android_part_get_info_by_name_suffix() 212 static char *android_assemble_cmdline(const char *slot_suffix, in android_assemble_cmdline() argument 229 if (slot_suffix) { in android_assemble_cmdline() 231 strlen(slot_suffix)); in android_assemble_cmdline() 233 strcat(allocated_suffix, slot_suffix); in android_assemble_cmdline() 274 char slot_suffix[3]; in android_bootloader_boot_flow() local [all …]
|
D | android_ab.c | 39 memcpy(abc->slot_suffix, "a\0\0\0", 4); in android_boot_control_default() 69 slot_suffix); in android_boot_control_create_from_disk() 115 slot_suffix) / part_info->blksz; in android_boot_control_store() 157 char slot_suffix[4]; in android_ab_select() local 247 memset(slot_suffix, 0, sizeof(slot_suffix)); in android_ab_select() 248 slot_suffix[0] = ANDROID_BOOT_SLOT_NAME(slot); in android_ab_select() 249 if (memcmp(abc->slot_suffix, slot_suffix, in android_ab_select() 250 sizeof(slot_suffix))) { in android_ab_select() 251 memcpy(abc->slot_suffix, slot_suffix, in android_ab_select() 252 sizeof(slot_suffix)); in android_ab_select()
|
/external/u-boot/include/ |
D | android_bootloader_message.h | 96 char slot_suffix[32]; member 130 char slot_suffix[4]; member
|
/external/avb/contrib/linux/4.4/ |
D | 0002-ANDROID-AVB-error-handler-to-invalidate-vbmeta-parti.patch | 18 …bmeta.device=PARTUUID=b865935d-38fb-4c4e-b8b4-70dc67321552 androidboot.slot_suffix=_a androidboot.…
|