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.CommandFile86 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in CommandFile() method in CommandFileWatcher.CommandFile101 this.dependencies = new ArrayList<CommandFile>(dependencies.size()); in CommandFile()103 this.dependencies.add(new CommandFile(f)); in CommandFile()132 CommandFile f = new CommandFile(cmdFile, extraArgs, dependencies); in addCmdFile()168 List<CommandFile> cmdCopy; in checkForUpdates()170 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()[all …]