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

  /external/qemu/
qemu-os-posix.h 46 #ifndef UTIME_OMIT
47 # define UTIME_OMIT ((1l << 30) - 2l)
oslib-posix.c 130 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT) {
141 if (times[0].tv_nsec == UTIME_OMIT || times[1].tv_nsec == UTIME_OMIT) {
149 } else if (times[i].tv_nsec == UTIME_OMIT) {
  /system/core/toolbox/
touch.c 98 times[0].tv_nsec = UTIME_OMIT;
103 times[1].tv_nsec = UTIME_OMIT;
  /bionic/libc/include/sys/
stat.h 170 # define UTIME_OMIT ((1l << 30) - 2l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 208 # define UTIME_OMIT ((1l << 30) - 2l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 208 # define UTIME_OMIT ((1l << 30) - 2l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 208 # define UTIME_OMIT ((1l << 30) - 2l)
  /external/strace/
time.c 47 #ifndef UTIME_OMIT
48 #define UTIME_OMIT ((1l << 30) - 2l)
93 tv.tv_usec == UTIME_OMIT)
94 tprintf("UTIME_OMIT");
106 tv.tv_usec == UTIME_OMIT)
107 tprintf("UTIME_OMIT");
  /external/bison/lib/
sys_stat.in.h 310 # define UTIME_OMIT (-2)
  /external/bison/darwin-lib/sys/
stat.h 622 # define UTIME_OMIT (-2)
    [all...]
  /external/bison/linux-lib/sys/
stat.h 622 # define UTIME_OMIT (-2)
    [all...]
  /system/core/sdcard/
sdcard.c 914 times[0].tv_nsec = UTIME_OMIT;
915 times[1].tv_nsec = UTIME_OMIT;
    [all...]

Completed in 495 milliseconds