Searched refs:ocv_str (Results 1 – 1 of 1) sorted by relevance
136 std::string resistance_str, ocv_str; in recordSample() local150 if (!android::base::ReadFileToString(kBatteryOCV, &ocv_str)) { in recordSample()153 } else if (!(std::stringstream(ocv_str) >> ocv)) { in recordSample()154 LOG(ERROR) << "Can't parse open-circuit voltage (ocv) value " << ocv_str; in recordSample()