Home
last modified time | relevance | path

Searched refs:CommandFile (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java42 private Map<String, CommandFile> mCmdFileMap = new Hashtable<>();
53 static class CommandFile { class in CommandFileWatcher
57 public final List<CommandFile> dependencies;
64 public CommandFile(File cmdFile) { in CommandFile() method in CommandFileWatcher.CommandFile
86 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in CommandFile() method in CommandFileWatcher.CommandFile
101 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 …]