Home
last modified time | relevance | path

Searched refs:GetStage (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h148 std::optional<std::string> GetStage() const;
/bootable/recovery/recovery_ui/
Ddevice.cpp108 std::optional<std::string> Device::GetStage() const { in GetStage() function in Device
/bootable/recovery/
Drecovery.cpp689 printf("stage is [%s]\n", device->GetStage().value_or("").c_str()); in start_recovery()
699 if (!device->GetStage().has_value() && in start_recovery()
700 sscanf(device->GetStage().value().c_str(), "%d/%d", &st_cur, &st_max) == 2) { in start_recovery()