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

/external/lldb/source/Host/freebsd/
H A DHost.cpp148 Host::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:Host
/external/lldb/source/Host/linux/
H A DHost.cpp220 Host::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:Host
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp464 PlatformFreeBSD::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:PlatformFreeBSD
469 error = Platform::LaunchProcess (launch_info);
474 error = m_remote_platform_sp->LaunchProcess (launch_info);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp402 PlatformLinux::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:PlatformLinux
419 error = Platform::LaunchProcess (launch_info);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp593 PlatformDarwin::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:PlatformDarwin
599 error = Platform::LaunchProcess (launch_info);
604 error = m_remote_platform_sp->LaunchProcess (launch_info);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp298 PlatformRemoteGDBServer::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:PlatformRemoteGDBServer
/external/lldb/source/Target/
H A DPlatform.cpp637 Platform::LaunchProcess (ProcessLaunchInfo &launch_info) function in class:Platform
659 error = Host::LaunchProcess (launch_info);
681 error = LaunchProcess (launch_info);
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc229 void UnprivilegedProcessDelegate::LaunchProcess( function in class:remoting::UnprivilegedProcessDelegate
H A Dworker_process_launcher_unittest.cc48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
228 void WorkerProcessLauncherTest::LaunchProcess( function in class:remoting::WorkerProcessLauncherTest
382 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
384 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess));
399 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
418 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
441 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
464 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
485 EXPECT_CALL(*launcher_delegate_, LaunchProcess(
[all...]
H A Dwts_session_process_delegate.cc59 void LaunchProcess(WorkerProcessLauncher* event_handler);
78 // The actual implementation of LaunchProcess()
228 void WtsSessionProcessDelegate::Core::LaunchProcess( function in class:remoting::WtsSessionProcessDelegate::Core
550 void WtsSessionProcessDelegate::LaunchProcess( function in class:remoting::WtsSessionProcessDelegate
552 core_->LaunchProcess(event_handler);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc56 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_);
219 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, function in class:chromeos::ProcessProxy
236 return base::LaunchProcess(CommandLine(base::FilePath(command)), options,
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc70 bool LaunchProcess(const CommandLine& cmdline, function in namespace:__anon6253
225 LaunchProcess(cmd, &chrome_handle, &thread_id);
299 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) {
/external/chromium_org/base/process/
H A Dlaunch_posix.cc280 bool LaunchProcess(const std::vector<std::string>& argv, function in namespace:base
456 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:");
477 bool LaunchProcess(const CommandLine& cmdline, function in namespace:base
480 return LaunchProcess(cmdline.argv(), options, process_handle);
H A Dlaunch_win.cc108 bool LaunchProcess(const string16& cmdline, function in namespace:base
235 bool LaunchProcess(const CommandLine& cmdline, function in namespace:base
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);

Completed in 250 milliseconds