Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/common/
DHardwareBase.h187 auto lTime = localtime_r(&lTp, &buf); in toString() local
189 ret << std::put_time(lTime, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::setw(3) in toString()