HomeSort by relevance Sort by last modified time
    Searched defs:Timespec (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 96 class Timespec(ctypes.Structure):
102 ts = Timespec()
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 38 // Since not all system supports stat.st_mtim and struct timespec,
41 struct Timespec
43 Timespec()
47 Timespec(time_t a_seconds, int a_nanoseconds)
59 get_mtime(const char* filename, Timespec* mtime);
220 Timespec

Completed in 154 milliseconds