OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_mtime
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
182
#define
OLD_MTIME
2
185
#define ORDINARY_MTIME_MIN (
OLD_MTIME
+ 1)
file.c
784
ts = s <=
OLD_MTIME
? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX;
935
else if (f->last_mtime ==
OLD_MTIME
)
vpath.c
487
&& (f->last_mtime ==
OLD_MTIME
|| f->last_mtime == NEW_MTIME))
remake.c
[
all
...]
main.c
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
incremental.cc
499
Timespec
old_mtime
= input_file.get_mtime();
local
509
if (new_mtime.seconds >
old_mtime
.seconds)
511
if (new_mtime.seconds ==
old_mtime
.seconds
512
&& new_mtime.nanoseconds >
old_mtime
.nanoseconds)
[
all
...]
Completed in 223 milliseconds