Home | History | Annotate | Download | only in gn

Lines Matching refs:cmdline

45 bool ExecProcess(const CommandLine& cmdline,
86 base::FilePath::StringType cmdline_str(cmdline.GetCommandLineString());
142 bool ExecProcess(const CommandLine& cmdline,
149 std::vector<std::string> argv = cmdline.argv();
339 CommandLine cmdline(python_path);
340 cmdline.AppendArgPath(script_path);
350 cmdline.AppendArg(script_args.list_value()[i].string_value());
355 trace.SetCommandLine(cmdline);
360 base::UTF16ToUTF8(cmdline.GetCommandLineString()));
362 g_scheduler->Log("Pythoning", cmdline.GetCommandLineString());
384 if (!ExecProcess(cmdline, startup_dir,
401 "\nCommand: " + FilePathToUTF8(cmdline.GetCommandLineString()) +