Searched refs:resistance_str (Results 1 – 1 of 1) sorted by relevance
142 std::string resistance_str, ocv_str; in recordSample() local148 if (!android::base::ReadFileToString(kBatteryResistance, &resistance_str)) { in recordSample()151 } else if (!(resistance = stoi(resistance_str))) { in recordSample()152 LOG(ERROR) << "Can't parse battery resistance value " << resistance_str; in recordSample()