Searched refs:CommandFile (Results 1 – 1 of 1) sorted by relevance
42 private Map<String, CommandFile> mCmdFileMap = new Hashtable<>();53 static class CommandFile { class in CommandFileWatcher57 public final List<CommandFile> dependencies;64 public CommandFile(File cmdFile) { in CommandFile() method in CommandFileWatcher.CommandFile88 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in CommandFile() method in CommandFileWatcher.CommandFile105 this.dependencies = new ArrayList<CommandFile>(dependencies.size()); in CommandFile()107 this.dependencies.add(new CommandFile(f)); in CommandFile()136 CommandFile f = new CommandFile(cmdFile, extraArgs, dependencies); in addCmdFile()188 List<CommandFile> cmdCopy; in checkForUpdates()190 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()[all …]