Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dremake.c65 static int check_dep PARAMS ((struct file *file, unsigned int depth, FILE_TIMESTAMP this_mtime, int…
372 register FILE_TIMESTAMP this_mtime; in update_file_1() local
430 this_mtime = file_mtime (file); in update_file_1()
432 noexist = this_mtime == NONEXISTENT_MTIME; in update_file_1()
435 else if (ORDINARY_MTIME_MIN <= this_mtime && this_mtime <= ORDINARY_MTIME_MAX in update_file_1()
439 int ns = FILE_TIMESTAMP_NS (this_mtime); in update_file_1()
443 this_mtime += FILE_TIMESTAMPS_PER_S - 1 - ns; in update_file_1()
508 dep_status |= check_dep (d->file, depth, this_mtime, &maybe_make); in update_file_1()
668 d->changed |= noexist || d_mtime > this_mtime; in update_file_1()
934 FILE_TIMESTAMP this_mtime, int *must_make_ptr) in check_dep() argument
[all …]