Home | History | Annotate | Download | only in input

Lines Matching refs:timestr

3394     char timestr[64];
3395 strftime(timestr, sizeof(timestr), "%F %T", &tm);
3398 mLastANRState.appendFormat(INDENT2 "Time: %s\n", timestr);