Lines Matching full:commandline
25 CommandLine cl = CommandLine::FromString(
42 CommandLine cl(arraysize(argv), argv);
80 const std::vector<CommandLine::StringType>& args = cl.args();
83 std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
107 CommandLine cl = CommandLine::FromString(L"");
111 CommandLine cl(0, NULL);
129 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
159 // on the target CommandLine object and the switches from the source
160 // CommandLine are added to the target.
162 CommandLine cl1(FilePath(FILE_PATH_LITERAL("Program")));
166 CommandLine cl2(CommandLine::NO_PROGRAM);
171 CommandLine c1(FilePath(FILE_PATH_LITERAL("Program1")));
173 CommandLine c2(FilePath(FILE_PATH_LITERAL("Program2")));
190 CommandLine cl(kProgram);
194 CommandLine::StringType cmd(cl.command_line_string());
195 CommandLine::StringType program(cl.GetProgram().value());