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()
424 snprintf(prefixBuf, sizeof(prefixBuf), "%s %-8s\n\t", timeBuf, tag); in showLog()
431 timeBuf, pid, tid, priChar, tag); in showLog()
438 timeBuf, pid, tid, priChar, tag); in showLog()
Dlogprint.c1561 char timeBuf[64]; in android_log_formatLogLine() local
1603 snprintf(timeBuf, sizeof(timeBuf), in android_log_formatLogLine()
1611 strftime(timeBuf, sizeof(timeBuf), in android_log_formatLogLine()
1614 len = strlen(timeBuf); in android_log_formatLogLine()
1616 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, ".%09ld", nsec); in android_log_formatLogLine()
1618 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, ".%06ld", in android_log_formatLogLine()
1621 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, ".%03ld", in android_log_formatLogLine()
1625 strftime(timeBuf + len, sizeof(timeBuf) - len, " %z", ptm); in android_log_formatLogLine()
1696 "%s %c/%-8.*s(%s%5d): ", timeBuf, priChar, in android_log_formatLogLine()
1707 "%s %s%5d %5d %c %-8.*s: ", timeBuf, uid, entry->pid, in android_log_formatLogLine()
[all …]
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp525 char timeBuf[32]; in dump_log_file() local
530 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm); in dump_log_file()
540 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()
567 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid, in dump_log_file()