Searched defs:times (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Dtouch.c18 struct timespec specified_time, times[2]; local
69 times[0] = specified_time;
71 times[0].tv_nsec = UTIME_OMIT;
74 times[1] = specified_time;
76 times[1].tv_nsec = UTIME_OMIT;
80 fprintf(stderr, "times[0].tv_sec = %ld, times[0].tv_nsec = %ld\n", times[0].tv_sec, times[0].tv_nsec);
81 fprintf(stderr, "times[
[all...]
/system/core/sdcard/
H A Dsdcard.c576 struct timespec times[2]; local
602 times[0].tv_nsec = UTIME_OMIT;
603 times[1].tv_nsec = UTIME_OMIT;
606 times[0].tv_nsec = UTIME_NOW;
608 times[0].tv_sec = req->atime;
609 times[0].tv_nsec = req->atimensec;
614 times[1].tv_nsec = UTIME_NOW;
616 times[1].tv_sec = req->mtime;
617 times[1].tv_nsec = req->mtimensec;
621 handler->token, path, times[
[all...]

Completed in 891 milliseconds