Home | History | Annotate | Download | only in recovery

Lines Matching full:st_max

965     int st_cur, st_max;
966 if (stage != NULL && sscanf(stage, "%d/%d", &st_cur, &st_max) == 2) {
967 ui->SetStage(st_cur, st_max);