Lines Matching defs:older
98 static boolean test(String opt, TestFile older, TestFile newer) throws Exception {
105 older.create();
107 if (!older.exists() || !newer.exists())
111 while (newer.lastModified() <= older.lastModified()) {
120 + "older:" + older + "[" + older.length() + ":" + older.lastModified() + "], "
134 error("compilation failed, rc=" + rc + ", option: " + opt + ", older:" + older + ", newer" + newer);