Lines Matching refs:time
92 if (target->stat.time != file_no_time) { in exists()
93 return target->stat.time; in exists()
125 target->stat.time = file_doesnt_exist; in exists()
147 target->stat.time = file_is_dir; in exists()
152 target->stat.time = MAX(buf.st_mtim, file_min_time); in exists()
157 append_prop(target, time_prop)->body.time.time = in exists()
158 target->stat.time; in exists()
160 return target->stat.time; in exists()
184 target->stat.time = file_is_dir; in set_target_stat()
189 target->stat.time = MAX(buf.st_mtim, file_min_time); in set_target_stat()
241 target->stat.time = alias->stat.time; in vpath_exists()
246 return alias->stat.time; in vpath_exists()
257 return target->stat.time; in vpath_exists()