Searched refs:current_slot (Results 1 – 2 of 2) sorted by relevance
18 char current_slot[3] = {0}; in get_dfu_alt() local36 rk_avb_get_current_slot(current_slot); in get_dfu_alt()38 if (!strcmp(current_slot, "_a")) { in get_dfu_alt()41 } else if (!strcmp(current_slot, "_b")) { in get_dfu_alt()
44 char current_slot[3]; member289 printf(" current_slot: %s\n", local->current_slot); in print_hdr_local()331 ret = rk_avb_get_current_slot(local->current_slot); in hdr_param_verify()337 strcpy(local->current_slot, "-"); in hdr_param_verify()434 if (!strcmp(hdr->current_slot, slot_suffix)) in update_ignore_image()