Home | History | Annotate | Download | only in kati

Lines Matching defs:ts

154       double ts = GetTimestamp(s);
155 if (gen_time < ts) {
166 printf("file %s: ignored (%f)\n", s.c_str(), ts);
170 printf("file %s: dirty (%f)\n", s.c_str(), ts);
175 printf("file %s: clean (%f)\n", s.c_str(), ts);
312 double ts = GetTimestampFromStat(st);
313 if (gen_time_ < ts) {
317 ts = GetTimestamp(dir);
318 if (ts < 0 || gen_time_ < ts)