Home | History | Annotate | Download | only in recovery

Lines Matching full:st_cur

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