Home | History | Annotate | Download | only in process

Lines Matching refs:LaunchProcess

37 // Options for launching a subprocess that are passed to LaunchProcess().
74 // be terminated immediately and LaunchProcess() will fail if assignment to
103 // call to LaunchProcess().
108 // the call to LaunchProcess().
161 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline,
166 // Windows-specific LaunchProcess that takes the command line as a
176 BASE_EXPORT bool LaunchProcess(const string16& cmdline,
181 // like LaunchProcess as it uses ShellExecuteEx instead of CreateProcess to
191 // A POSIX-specific version of LaunchProcess that takes an argv array
195 BASE_EXPORT bool LaunchProcess(const std::vector<std::string>& argv,