HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN_MTIME (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
filedef.h 170 ((f)->last_mtime == UNKNOWN_MTIME ? f_mtime ((f), v) : (f)->last_mtime)
175 #define UNKNOWN_MTIME 0
remake.c 851 if (file->mtime_before_update == UNKNOWN_MTIME)
874 file->last_mtime = i == 0 ? UNKNOWN_MTIME : NEW_MTIME;
893 the max timestamp. We assume UNKNOWN_MTIME is newer then
896 if (max_mtime != UNKNOWN_MTIME
897 && (f->last_mtime == UNKNOWN_MTIME || f->last_mtime > max_mtime))
    [all...]
vpath.c 554 UNKNOWN_MTIME to indicate this. */
556 *mtime_ptr = UNKNOWN_MTIME;
file.c 931 if (f->last_mtime == UNKNOWN_MTIME)

Completed in 83 milliseconds