Lines Matching refs:CommandLine
30 class CommandLine {
45 explicit CommandLine(NoProgram no_program);
48 explicit CommandLine(const FilePath& program);
51 CommandLine(int argc, const CharType* const* argv);
52 explicit CommandLine(const StringVector& argv);
55 CommandLine(const CommandLine& other);
56 CommandLine& operator=(const CommandLine& other);
58 ~CommandLine();
96 static CommandLine* ForCurrentProcess();
102 static CommandLine FromString(const std::u16string& command_line);
191 void CopySwitchesFrom(const CommandLine& source,
208 void AppendArguments(const CommandLine& other, bool include_program);
222 CommandLine() = delete;
237 static CommandLine* current_process_commandline_;