Searched defs:timeBuf (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/
H A Dtombstone.c544 char timeBuf[32]; local
549 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
554 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,
560 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,
/system/core/liblog/
H A Dfake_log_device.c353 char timeBuf[32]; local
379 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
380 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
410 "%s %-8s\n\t", timeBuf, tag);
415 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag);
421 timeBuf, pid, tid, priChar, tag);
H A Dlogprint.c711 char timeBuf[32]; local
734 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
735 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
768 "%s.%03ld %c/%-8s(%5d): ", timeBuf, entry->tv_nsec / 1000000,
775 "%s.%03ld %5d %5d %c %-8s: ", timeBuf, entry->tv_nsec / 1000000,
783 timeBuf, entry->tv_nsec / 1000000, entry->pid,

Completed in 655 milliseconds