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
88 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in CommandFile() method in CommandFileWatcher.CommandFile
105 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 …]