Searched refs:timeBuf (Results 1 – 3 of 3) sorted by relevance
/system/core/liblog/ |
D | fake_log_device.c | 359 char timeBuf[32]; in showLog() local 386 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in showLog() 416 "%s %-8s\n\t", timeBuf, tag); in showLog() 421 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag); in showLog() 427 timeBuf, pid, tid, priChar, tag); in showLog()
|
D | logprint.c | 694 char timeBuf[32]; in android_log_formatLogLine() local 717 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in android_log_formatLogLine() 750 "%s.%03ld %c/%-8s(%5d): ", timeBuf, entry->tv_nsec / 1000000, in android_log_formatLogLine() 757 "%s.%03ld %5d %5d %c %-8s: ", timeBuf, entry->tv_nsec / 1000000, in android_log_formatLogLine() 765 timeBuf, entry->tv_nsec / 1000000, entry->pid, in android_log_formatLogLine()
|
/system/core/debuggerd/ |
D | tombstone.cpp | 516 char timeBuf[32]; in dump_log_file() local 521 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in dump_log_file() 531 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file() 558 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()
|