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

  /external/qemu/
qemu-os-posix.h 46 #ifndef UTIME_OMIT
47 # define UTIME_OMIT ((1l << 30) - 2l)
  /bionic/libc/include/sys/
stat.h 107 # 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");

Completed in 81 milliseconds