Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfiledef.h170 ((f)->last_mtime == UNKNOWN_MTIME ? f_mtime ((f), v) : (f)->last_mtime)
175 #define UNKNOWN_MTIME 0 macro
Dremake.c847 if (file->mtime_before_update == UNKNOWN_MTIME) in notice_finished_file()
870 file->last_mtime = i == 0 ? UNKNOWN_MTIME : NEW_MTIME; in notice_finished_file()
892 if (max_mtime != UNKNOWN_MTIME in notice_finished_file()
893 && (f->last_mtime == UNKNOWN_MTIME || f->last_mtime > max_mtime)) in notice_finished_file()
1238 if (mtime != UNKNOWN_MTIME) in f_mtime()
Dvpath.c552 *mtime_ptr = UNKNOWN_MTIME; in selective_vpath_search()
Dfile.c924 if (f->last_mtime == UNKNOWN_MTIME) in print_file()