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

  /external/ltp/testcases/kernel/syscalls/utime/
utime04.c 87 #define NEW_TIME 10000
131 if ((modf_time != NEW_TIME) ||
132 (access_time != NEW_TIME)) {
174 times.actime = NEW_TIME;
175 times.modtime = NEW_TIME;
utime05.c 90 #define NEW_TIME 10000
137 if ((modf_time != NEW_TIME) ||
138 (access_time != NEW_TIME)) {
184 times.actime = NEW_TIME;
185 times.modtime = NEW_TIME;
  /bionic/libc/include/
utmp.h 52 #define NEW_TIME 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmpx.h 93 #define NEW_TIME 3 /* Time after system clock changed. */
utmp.h 105 #define NEW_TIME 3 /* Time after system clock changed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmpx.h 93 #define NEW_TIME 3 /* Time after system clock changed. */
utmp.h 105 #define NEW_TIME 3 /* Time after system clock changed. */

Completed in 481 milliseconds