Lines Matching refs:OLD
55 OLD,
57 * other path of type OLD, in which case, this file must be newer than the other one. */
75 for (Kind cmdLine: EnumSet.of(Kind.NONE, Kind.OLD)) {
176 if (cl == Kind.OLD) {
187 case OLD:
200 assert cl == Kind.NONE && cp == Kind.OLD;
217 case OLD:
230 assert cl == Kind.NONE && sp == Kind.OLD;
258 // skip if both sp and sp are OLD, since results may be indeterminate
259 if (sp == Kind.OLD && cp == Kind.OLD)
262 // skip if sp or cp is NEW but the other is not OLD
263 if ((sp == Kind.NEW && cp != Kind.OLD) || (cp == Kind.NEW && sp != Kind.OLD))