Home
last modified time | relevance | path

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

/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dcommand_line.proto24 message CommandLine { message
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java66 public static class CommandLine extends LinkedList<String> { class in CommandFileParser
70 CommandLine(File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine
76 CommandLine(Collection<? extends String> c, File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine