Searched refs:onlyNewer (Results 1 – 1 of 1) sorted by relevance
266 Set<String> writeBirth(PrintWriter out, Births onlyNewer) { in writeBirth() argument283 if (onlyNewer != null) { in writeBirth()285 … R3<Versions, String, String> otherInfo = onlyNewer.pathToBirthCurrentPrevious.get(xpath); in writeBirth()322 … Set<String> writeBirth(String directory, String filename, Births onlyNewer) throws IOException { in writeBirth() argument324 Set<String> newer = writeBirth(out, onlyNewer); in writeBirth()