Home | History | Annotate | Download | only in kati

Lines Matching defs:ts

161       double ts = GetTimestamp(s);
162 if (gen_time < ts) {
173 printf("file %s: ignored (%f)\n", s.c_str(), ts);
177 printf("file %s: dirty (%f)\n", s.c_str(), ts);
182 printf("file %s: clean (%f)\n", s.c_str(), ts);
330 double ts = GetTimestampFromStat(st);
331 if (gen_time_ < ts) {
335 ts = GetTimestamp(dir);
336 if (ts < 0 || gen_time_ < ts)
359 double ts = GetTimestamp(sr->cmd);
360 if (gen_time_ < ts) {