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

  /external/libchrome/base/files/
file_posix.cc 61 timespec ts_times[2]; local
62 ts_times[0].tv_sec = times[0].tv_sec;
63 ts_times[0].tv_nsec = times[0].tv_usec * 1000;
64 ts_times[1].tv_sec = times[1].tv_sec;
65 ts_times[1].tv_nsec = times[1].tv_usec * 1000;
67 return futimens(file, ts_times);

Completed in 62 milliseconds