OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTIME_OMIT
(Results
1 - 8
of
8
) 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
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/bison/linux-lib/sys/
stat.h
622
# define
UTIME_OMIT
(-2)
[
all
...]
/external/bison/darwin-lib/sys/
stat.h
622
# define
UTIME_OMIT
(-2)
[
all
...]
/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 221 milliseconds