Home | History | Annotate | Download | only in base

Lines Matching full:line

12 // There is a singleton read-only CommandLine that represents the command line
33 // The native command line string type.
47 // Construct a new command line with |program| as argv[0].
50 // Construct a new command line from an argument list.
58 // don't trust the CRT's parsing of the command line, but it still must be
59 // called to set up the command line. Returns false if initialization has
71 // command line. Note: returned value is mutable, but not thread safe;
86 // Constructs and returns the represented command line string.
96 // Returns the original command line string as a vector of strings.
99 // Get and Set the program part of the command line string (the first item).
103 // Returns true if this command line contains the given switch.
116 // Append a switch [with optional value] to the command line.
126 // Copy a set of switches (and any values) from another command line.
135 // Append an argument to the command line. Note that the argument is quoted
143 // Append the switches and arguments from another command line to this one.
152 // Initialize by parsing the given command line string.
161 // process's command line and then add some flags to it. For example:
165 // The singleton CommandLine representing the current process's command line.