HomeSort by relevance Sort by last modified time
    Searched refs:timeBuf (Results 1 - 4 of 4) sorted by null

  /system/core/liblog/
fake_log_device.c 353 char timeBuf[32];
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, (void*)tid, priChar, tag);
logprint.c 682 char timeBuf[32];
705 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
706 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
739 "%s.%03ld %c/%-8s(%5d): ", timeBuf, entry->tv_nsec / 1000000,
746 "%s.%03ld %5d %5d %c %-8s: ", timeBuf, entry->tv_nsec / 1000000,
754 timeBuf, entry->tv_nsec / 1000000, entry->pid,
  /external/icu4c/tools/genrb/
wrtxml.cpp 1021 char timeBuf[128];
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 85 struct tms timeBuf;
90 times(&timeBuf);
91 *userTime = (long)timeBuf.tms_utime * 1000 / CLK_TCK;
92 *kernelTime = (long)timeBuf.tms_stime * 1000 / CLK_TCK;

Completed in 69 milliseconds