Searched refs:checkedFiles (Results 1 – 1 of 1) sorted by relevance
185 final Set<File> checkedFiles = new HashSet<File>(); in checkForUpdates() local193 if (checkCommandFileForUpdate(cmd, checkedFiles)) { in checkForUpdates()199 boolean checkCommandFileForUpdate(CommandFile cmd, Set<File> checkedFiles) { in checkCommandFileForUpdate() argument200 if (checkedFiles.contains(cmd.file)) { in checkCommandFileForUpdate()203 checkedFiles.add(cmd.file); in checkCommandFileForUpdate()223 if (checkCommandFileForUpdate(dep, checkedFiles)) { in checkCommandFileForUpdate()