Lines Matching full:command
5 // This class works with command lines: building and parsing.
11 // There is a singleton read-only CommandLine that represents the command line
31 // The native command line string type.
45 // Construct a new command line with |program| as argv[0].
57 // don't trust the CRT's parsing of the command line, but it still must be
58 // called to set up the command line.
68 // command line. Note: returned value is mutable, but not thread safe;
82 // Returns the represented command line string.
87 // Returns the original command line string as a vector of strings.
91 // Returns the program part of the command line string (the first item).
94 // Returns true if this command line contains the given switch.
111 // Append a switch [with optional value] to the command line.
121 // Copy a set of switches (and any values) from another command line.
126 // Get the remaining arguments to the command.
129 // Append an argument to the command line. Note that the argument is quoted
130 // properly such that it is interpreted as one argument to the target command.
137 // Append the arguments from another command line to this one.
142 // Insert a command before the current command.
147 // Initialize by parsing the given command line string.
156 // The singleton CommandLine representing the current process's command line.
159 // We store a platform-native version of the command line, used when building
160 // up a new command line to be executed. This ifdef delimits that code.
162 // The quoted, space-separated command line string.
174 // Non-switch command line arguments.
178 // process's command line and then add some flags to it. For example: