HomeSort by relevance Sort by last modified time
    Searched refs:UTIME_OMIT (Results 1 - 9 of 9) 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 71 times[0].tv_nsec = UTIME_OMIT;
76 times[1].tv_nsec = UTIME_OMIT;
  /bionic/libc/include/sys/
stat.h 141 # 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");
  /system/core/sdcard/
sdcard.c 602 times[0].tv_nsec = UTIME_OMIT;
603 times[1].tv_nsec = UTIME_OMIT;
    [all...]

Completed in 917 milliseconds