Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c360 char timeBuf[32]; in showLog() local
391 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in showLog()
421 "%s %-8s\n\t", timeBuf, tag); in showLog()
426 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag); in showLog()
432 timeBuf, pid, tid, priChar, tag); in showLog()
Dlogprint.c1275 char timeBuf[64]; /* good margin, 23+nul for msec, 26+nul for usec */ in android_log_formatLogLine() local
1315 snprintf(timeBuf, sizeof(timeBuf), in android_log_formatLogLine()
1324 strftime(timeBuf, sizeof(timeBuf), in android_log_formatLogLine()
1328 len = strlen(timeBuf); in android_log_formatLogLine()
1330 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, in android_log_formatLogLine()
1333 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, in android_log_formatLogLine()
1337 strftime(timeBuf + len, sizeof(timeBuf) - len, " %z", ptm); in android_log_formatLogLine()
1403 "%s %c/%-8s(%s%5d): ", timeBuf, priChar, entry->tag, in android_log_formatLogLine()
1414 "%s %s%5d %5d %c %-8s: ", timeBuf, in android_log_formatLogLine()
1422 timeBuf, uid, entry->pid, entry->tid, priChar, entry->tag); in android_log_formatLogLine()
/system/core/debuggerd/
Dtombstone.cpp549 char timeBuf[32]; in dump_log_file() local
554 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in dump_log_file()
564 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()
591 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()