Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp229 std::string timestampFormat = "%Y-%m-%d %H:%M:%S"; in parseTimestamp() local
230 if (strptime(timestamp.substr(0, 19).c_str(), timestampFormat.c_str(), &triggeredTimestamp)) { in parseTimestamp()