HomeSort by relevance Sort by last modified time
    Searched refs:LaunchProcess (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/process/
launch.h 40 // Options for launching a subprocess that are passed to LaunchProcess().
99 // be terminated immediately and LaunchProcess() will fail if assignment to
128 // call to LaunchProcess().
133 // the call to LaunchProcess().
165 // WARNING: If LaunchProcess is called in the presence of multiple threads,
192 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline,
196 // Windows-specific LaunchProcess that takes the command line as a
206 BASE_EXPORT Process LaunchProcess(const string16& cmdline,
210 // like LaunchProcess as it uses ShellExecuteEx instead of CreateProcess to
218 // A POSIX-specific version of LaunchProcess that takes an argv arra
    [all...]
launch_posix.cc 294 Process LaunchProcess(const CommandLine& cmdline,
296 return LaunchProcess(cmdline.argv(), options);
299 Process LaunchProcess(const std::vector<std::string>& argv,
511 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:");
  /external/libchrome/base/test/
multiprocess_test.cc 28 result.process = LaunchProcess(command_line, options);
  /system/update_engine/common/
subprocess.cc 74 bool LaunchProcess(const vector<string>& cmd,
182 if (!LaunchProcess(cmd, flags, output_pipes, &record->proc)) {
253 if (!LaunchProcess(cmd, flags, {}, &proc)) {

Completed in 2202 milliseconds