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

  /system/core/liblog/
log_time.cpp 44 struct tm tmBuf;
45 ptm = localtime_r(&now, &tmBuf);
83 ptm = localtime_r(&now, &tmBuf);
fake_log_device.c 357 struct tm tmBuf;
386 ptm = localtime_r(&when, &tmBuf);
logprint.c     [all...]
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 527 struct tm tmBuf;
529 ptm = localtime_r(&sec, &tmBuf);
  /system/core/logcat/tests/
logcat_test.cpp 201 struct tm tmBuf;
202 ptm = localtime_r(&now, &tmBuf);
    [all...]

Completed in 1652 milliseconds