Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.c450 char* frac_str; in ShowProgressFn() local
452 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) { in ShowProgressFn()
456 double frac = strtod(frac_str, NULL); in ShowProgressFn()
463 return StringValue(frac_str); in ShowProgressFn()
470 char* frac_str; in SetProgressFn() local
471 if (ReadArgs(state, argv, 1, &frac_str) < 0) { in SetProgressFn()
475 double frac = strtod(frac_str, NULL); in SetProgressFn()
480 return StringValue(frac_str); in SetProgressFn()