Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/tests/component/
Dbootloader_message_test.cpp111 ASSERT_EQ(std::string(sizeof(boot.stage), '\0'), std::string(boot.stage, sizeof(boot.stage))); in TEST_F()
137 ASSERT_EQ(std::string(sizeof(boot.stage), '\0'), std::string(boot.stage, sizeof(boot.stage))); in TEST_F()
172 ASSERT_EQ(std::string(sizeof(boot.stage), '\0'), std::string(boot.stage, sizeof(boot.stage))); in TEST_F()
204 ASSERT_EQ(std::string(boot.stage), std::string(boot_verify.stage)); in TEST_F()
Dupdater_test.cpp326 strlcpy(boot.stage, "2/3", sizeof(boot.stage)); in TEST_F()
350 strlcpy(boot.stage, "2/3", sizeof(boot.stage)); in TEST_F()
363 ASSERT_STREQ("1/3", boot_verify.stage); in TEST_F()
/bootable/recovery/
Dcommon.h34 extern std::string stage;
Dscreen_ui.h148 int stage, max_stage; variable
Drecovery.cpp133 std::string stage; variable
321 stage = std::string(boot.stage); in get_args()
1456 printf("stage is [%s]\n", stage.c_str()); in main()
1477 if (!stage.empty() && sscanf(stage.c_str(), "%d/%d", &st_cur, &st_max) == 2) { in main()
Dscreen_ui.cpp81 stage(-1), in ScreenRecoveryUI()
166 GRSurface* stage_surface = (i < stage) ? stageMarkerFill : stageMarkerEmpty; in draw_background_locked()
626 stage = current; in SetStage()
/bootable/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h73 char stage[32]; member
/bootable/recovery/updater/
Dinstall.cpp929 strlcpy(boot.stage, stagestr.c_str(), sizeof(boot.stage)); in SetStageFn()
958 return StringValue(boot.stage); in GetStageFn()