OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORDINARY_MTIME_MAX
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
186
#define
ORDINARY_MTIME_MAX
((FILE_TIMESTAMP_S (NEW_MTIME) \
file.c
780
if (! (s <= FILE_TIMESTAMP_S (
ORDINARY_MTIME_MAX
)
781
&& product <= ts && ts <=
ORDINARY_MTIME_MAX
))
784
ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN :
ORDINARY_MTIME_MAX
;
remake.c
438
else if (ORDINARY_MTIME_MIN <= this_mtime && this_mtime <=
ORDINARY_MTIME_MAX
[
all
...]
Completed in 169 milliseconds