Searched refs:frac_str (Results 1 – 1 of 1) sorted by relevance
520 const std::string& frac_str = args[0]; in ShowProgressFn() local524 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() local553 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()