HomeSort by relevance Sort by last modified time
    Searched refs:UTIME_NOW (Results 1 - 9 of 9) sorted by null

  /external/qemu/
qemu-os-posix.h 43 #ifndef UTIME_NOW
44 # define UTIME_NOW ((1l << 30) - 1l)
oslib-posix.c 133 if (times[0].tv_nsec == UTIME_NOW && times[1].tv_nsec == UTIME_NOW) {
138 if (times[0].tv_nsec == UTIME_NOW || times[1].tv_nsec == UTIME_NOW) {
146 if (times[i].tv_nsec == UTIME_NOW) {
  /bionic/libc/include/sys/
stat.h 106 # define UTIME_NOW ((1l << 30) - 1l)
  /system/core/toolbox/
touch.c 21 specified_time.tv_nsec = UTIME_NOW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 207 # define UTIME_NOW ((1l << 30) - 1l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 207 # define UTIME_NOW ((1l << 30) - 1l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 207 # define UTIME_NOW ((1l << 30) - 1l)
  /external/strace/
time.c 44 #ifndef UTIME_NOW
45 #define UTIME_NOW ((1l << 30) - 1l)
90 tv.tv_usec == UTIME_NOW)
91 tprintf("UTIME_NOW");
103 tv.tv_usec == UTIME_NOW)
104 tprintf("UTIME_NOW");
  /system/core/sdcard/
sdcard.c 603 times[0].tv_nsec = UTIME_NOW;
611 times[1].tv_nsec = UTIME_NOW;

Completed in 99 milliseconds