Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp981 int st_cur, st_max; in main() local
982 if (stage != NULL && sscanf(stage, "%d/%d", &st_cur, &st_max) == 2) { in main()
983 ui->SetStage(st_cur, st_max); in main()