HomeSort by relevance Sort by last modified time
    Searched full:frac_str (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/updater/
install.c 358 char* frac_str; local
360 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) {
364 double frac = strtod(frac_str, NULL);
371 return StringValue(frac_str);
378 char* frac_str; local
379 if (ReadArgs(state, argv, 1, &frac_str) < 0) {
383 double frac = strtod(frac_str, NULL);
388 return StringValue(frac_str);
    [all...]

Completed in 370 milliseconds