HomeSort by relevance Sort by last modified time
    Searched full:now_tv (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/util/
posix_logger.h 47 struct timeval now_tv; local
48 gettimeofday(&now_tv, NULL);
49 const time_t seconds = now_tv.tv_sec;
60 static_cast<int>(now_tv.tv_usec),

Completed in 5781 milliseconds