Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.c318 char* frac_str; in ShowProgressFn() local
320 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) { in ShowProgressFn()
324 double frac = strtod(frac_str, NULL); in ShowProgressFn()
331 return StringValue(frac_str); in ShowProgressFn()
338 char* frac_str; in SetProgressFn() local
339 if (ReadArgs(state, argv, 1, &frac_str) < 0) { in SetProgressFn()
343 double frac = strtod(frac_str, NULL); in SetProgressFn()
348 return StringValue(frac_str); in SetProgressFn()