Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp520 const std::string& frac_str = args[0]; in ShowProgressFn() local
524 if (!android::base::ParseDouble(frac_str.c_str(), &frac)) { in ShowProgressFn()
526 frac_str.c_str()); in ShowProgressFn()
537 return StringValue(frac_str); in ShowProgressFn()
550 const std::string& frac_str = args[0]; in SetProgressFn() local
553 if (!android::base::ParseDouble(frac_str.c_str(), &frac)) { in SetProgressFn()
555 frac_str.c_str()); in SetProgressFn()
561 return StringValue(frac_str); in SetProgressFn()