Home | History | Annotate | Download | only in process

Lines Matching refs:cmdline

108 bool LaunchProcess(const string16& cmdline,
180 string16 writable_cmdline(cmdline);
198 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
207 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
235 bool LaunchProcess(const CommandLine& cmdline,
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
247 bool LaunchElevatedProcess(const CommandLine& cmdline,
250 const string16 file = cmdline.GetProgram().value();
251 const string16 arguments = cmdline.GetArgumentsString();