Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfiledef.h118 file_timestamp_cons (fname, (st).st_mtime, (st).st_mtim.ST_MTIM_NSEC)
121 file_timestamp_cons (fname, (st).st_mtime, 0)
155 extern FILE_TIMESTAMP file_timestamp_cons PARAMS ((char const *,
Dfile.c769 file_timestamp_cons (const char *fname, time_t s, int ns) in file_timestamp_cons() function
835 return file_timestamp_cons (0, s, ns); in file_timestamp_now()
Dremake.c1222 : file_timestamp_cons (file->hname, member_date, 0)); in f_mtime()