Searched refs:checkedFiles (Results 1 – 1 of 1) sorted by relevance
165 final Set<File> checkedFiles = new HashSet<File>(); in checkForUpdates() local173 if (checkCommandFileForUpdate(cmd, checkedFiles)) { in checkForUpdates()179 boolean checkCommandFileForUpdate(CommandFile cmd, Set<File> checkedFiles) { in checkCommandFileForUpdate() argument180 if (checkedFiles.contains(cmd.file)) { in checkCommandFileForUpdate()183 checkedFiles.add(cmd.file); in checkCommandFileForUpdate()203 if (checkCommandFileForUpdate(dep, checkedFiles)) { in checkCommandFileForUpdate()