Home
last modified time | relevance | path

Searched defs:CommandLine (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java65 public static class CommandLine extends LinkedList<String> { class in CommandFileParser
69 CommandLine(File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine
75 CommandLine(Collection<? extends String> c, File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine