Home
last modified time | relevance | path

Searched refs:new_mtime (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental.cc500 Timespec new_mtime; in do_file_has_changed() local
501 if (!get_mtime(filename, &new_mtime)) in do_file_has_changed()
509 if (new_mtime.seconds > old_mtime.seconds) in do_file_has_changed()
511 if (new_mtime.seconds == old_mtime.seconds in do_file_has_changed()
512 && new_mtime.nanoseconds > old_mtime.nanoseconds) in do_file_has_changed()