Searched refs:stage (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/tests/component/ |
D | bootloader_message_test.cpp | 111 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()
|
D | updater_test.cpp | 326 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/ |
D | common.h | 34 extern std::string stage;
|
D | screen_ui.h | 148 int stage, max_stage; variable
|
D | recovery.cpp | 133 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()
|
D | screen_ui.cpp | 81 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/ |
D | bootloader_message.h | 73 char stage[32]; member
|
/bootable/recovery/updater/ |
D | install.cpp | 929 strlcpy(boot.stage, stagestr.c_str(), sizeof(boot.stage)); in SetStageFn() 958 return StringValue(boot.stage); in GetStageFn()
|