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

  /external/chromium_org/base/process/
launch_win.cc 108 bool LaunchProcess(const string16& cmdline,
234 bool LaunchProcess(const CommandLine& cmdline,
238 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
241 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
launch_posix.cc 280 bool LaunchProcess(const std::vector<std::string>& argv,
456 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:");
477 bool LaunchProcess(const CommandLine& cmdline,
480 return LaunchProcess(cmdline.argv(), options, process_handle);
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 56 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_);
219 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd,
236 return base::LaunchProcess(CommandLine(base::FilePath(command)), options,
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 402 PlatformLinux::LaunchProcess (ProcessLaunchInfo &launch_info)
419 error = Platform::LaunchProcess (launch_info);
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 70 bool LaunchProcess(const CommandLine& cmdline,
223 LaunchProcess(cmd, &chrome_handle, &thread_id);
297 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) {
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 229 void UnprivilegedProcessDelegate::LaunchProcess(
worker_process_launcher_unittest.cc 48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
228 void WorkerProcessLauncherTest::LaunchProcess(
380 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
382 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess));
397 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
416 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
439 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
462 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
483 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)
    [all...]
wts_session_process_delegate.cc 59 void LaunchProcess(WorkerProcessLauncher* event_handler);
78 // The actual implementation of LaunchProcess()
228 void WtsSessionProcessDelegate::Core::LaunchProcess(
550 void WtsSessionProcessDelegate::LaunchProcess(
552 core_->LaunchProcess(event_handler);
  /external/lldb/source/Host/freebsd/
Host.cpp 148 Host::LaunchProcess (ProcessLaunchInfo &launch_info)
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 464 PlatformFreeBSD::LaunchProcess (ProcessLaunchInfo &launch_info)
469 error = Platform::LaunchProcess (launch_info);
474 error = m_remote_platform_sp->LaunchProcess (launch_info);
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 298 PlatformRemoteGDBServer::LaunchProcess (ProcessLaunchInfo &launch_info)
  /external/lldb/source/Host/linux/
Host.cpp 220 Host::LaunchProcess (ProcessLaunchInfo &launch_info)
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 593 PlatformDarwin::LaunchProcess (ProcessLaunchInfo &launch_info)
599 error = Platform::LaunchProcess (launch_info);
604 error = m_remote_platform_sp->LaunchProcess (launch_info);
    [all...]
  /external/lldb/source/Target/
Platform.cpp 637 Platform::LaunchProcess (ProcessLaunchInfo &launch_info)
659 error = Host::LaunchProcess (launch_info);
681 error = LaunchProcess (launch_info);

Completed in 1840 milliseconds