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

  /ndk/sources/host-tools/make-3.81/
filedef.h 37 FILE_TIMESTAMP last_mtime; /* File's modtime, if already known. */ member in struct:file
170 ((f)->last_mtime == UNKNOWN_MTIME ? f_mtime ((f), v) : (f)->last_mtime)
vpath.c 487 && (f->last_mtime == OLD_MTIME || f->last_mtime == NEW_MTIME))
489 *mtime_ptr = f->last_mtime;
file.c 313 if (from_file->last_mtime > to_file->last_mtime)
315 to_file->last_mtime = from_file->last_mtime;
679 f2->last_mtime = NONEXISTENT_MTIME;
931 if (f->last_mtime == UNKNOWN_MTIME)
933 else if (f->last_mtime == NONEXISTENT_MTIME)
935 else if (f->last_mtime == OLD_MTIME)
940 file_timestamp_sprintf (buf, f->last_mtime);
remake.c 852 file->mtime_before_update = file->last_mtime;
874 file->last_mtime = i == 0 ? UNKNOWN_MTIME : NEW_MTIME;
890 FILE_TIMESTAMP max_mtime = file->last_mtime;
897 && (f->last_mtime == UNKNOWN_MTIME || f->last_mtime > max_mtime))
898 max_mtime = f->last_mtime;
902 f->last_mtime = max_mtime;
    [all...]
commands.c 544 time_t file_date = (file->last_mtime == NONEXISTENT_MTIME
546 : (time_t) FILE_TIMESTAMP_S (file->last_mtime));
563 && FILE_TIMESTAMP_STAT_MODTIME (file->name, st) != file->last_mtime)
main.c     [all...]

Completed in 32 milliseconds