Home | History | Annotate | Download | only in gold

Lines Matching full:old_mtime

499 old_mtime = input_file.get_mtime();
509 if (new_mtime.seconds > old_mtime.seconds)
511 if (new_mtime.seconds == old_mtime.seconds
512 && new_mtime.nanoseconds > old_mtime.nanoseconds)