Searched refs:timeBuf (Results 1 – 3 of 3) sorted by relevance
/system/core/liblog/ |
D | logprint.c | 890 char timeBuf[32]; /* good margin, 23+nul for msec, 26+nul for usec */ in android_log_formatLogLine() local 915 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in android_log_formatLogLine() 916 len = strlen(timeBuf); in android_log_formatLogLine() 918 snprintf(timeBuf + len, sizeof(timeBuf) - len, in android_log_formatLogLine() 921 snprintf(timeBuf + len, sizeof(timeBuf) - len, in android_log_formatLogLine() 964 "%s %c/%-8s(%5d): ", timeBuf, priChar, entry->tag, entry->pid); in android_log_formatLogLine() 970 "%s %5d %5d %c %-8s: ", timeBuf, in android_log_formatLogLine() 978 timeBuf, entry->pid, entry->tid, priChar, entry->tag); in android_log_formatLogLine()
|
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()
|
/system/core/debuggerd/ |
D | tombstone.cpp | 554 char timeBuf[32]; in dump_log_file() local 559 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in dump_log_file() 569 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file() 596 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()
|