Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp199 auto end_pos = line.find(')'); in updateEnergyValues() local
202 strtoul(line.substr(start_pos + 2, end_pos - start_pos - 2).c_str(), NULL, 10); in updateEnergyValues()
208 end_pos = line.find(']'); in updateEnergyValues()
211 railName = line.substr(start_pos + 2, end_pos - start_pos - 2); in updateEnergyValues()