Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp46 std::string history_each; in checkAndReport() local
69 history_each = file_contents.substr(i, LINESIZE); in checkAndReport()
70 num = sscanf(history_each.c_str(), in checkAndReport()
85 ALOGE("Couldn't process %s", history_each.c_str()); in checkAndReport()