Searched refs:stage (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | bootloader.h | 57 char stage[32]; member
|
D | recovery.cpp | 87 char* stage = NULL; variable 197 stage = strndup(boot.stage, sizeof(boot.stage)); in get_args() 952 if (stage == NULL || *stage == '\0') { in main() 955 stage = strdup(buffer); in main() 971 printf("stage is [%s]\n", stage); in main() 982 if (stage != NULL && sscanf(stage, "%d/%d", &st_cur, &st_max) == 2) { in main()
|
D | screen_ui.h | 116 int stage, max_stage; variable
|
D | screen_ui.cpp | 76 stage(-1), in ScreenRecoveryUI() 119 gr_blit((i < stage) ? stageMarkerFill : stageMarkerEmpty, in draw_background_locked() 504 stage = current; in SetStage()
|
/bootable/recovery/updater/ |
D | install.c | 1479 fseek(f, offsetof(struct bootloader_message, stage), SEEK_SET); in SetStageFn() 1481 int max_size = sizeof(((struct bootloader_message*)0)->stage); in SetStageFn() 1503 char buffer[sizeof(((struct bootloader_message*)0)->stage)]; in GetStageFn() 1505 fseek(f, offsetof(struct bootloader_message, stage), SEEK_SET); in GetStageFn()
|