OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIME_NOW
(Results
1 - 12
of
12
) 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
169
# define
UTIME_NOW
((1l << 30) - 1l)
/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)
/system/core/toolbox/
touch.c
48
specified_time.tv_nsec =
UTIME_NOW
;
/external/bison/lib/
sys_stat.in.h
308
#ifndef
UTIME_NOW
309
# define
UTIME_NOW
(-1)
/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
");
/external/bison/darwin-lib/sys/
stat.h
620
#ifndef
UTIME_NOW
621
# define
UTIME_NOW
(-1)
[
all
...]
/external/bison/linux-lib/sys/
stat.h
620
#ifndef
UTIME_NOW
621
# define
UTIME_NOW
(-1)
[
all
...]
/system/core/sdcard/
sdcard.c
918
times[0].tv_nsec =
UTIME_NOW
;
926
times[1].tv_nsec =
UTIME_NOW
;
[
all
...]
Completed in 316 milliseconds