Searched refs:LaunchProcess (Results 26 - 50 of 101) sorted by relevance

12345

/external/chromium_org/remoting/host/win/
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);
H A Dworker_process_launcher.cc197 launcher_delegate_->LaunchProcess(this);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h124 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
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/MacOSX/
H A DPlatformDarwin.h99 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h89 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc161 return base::LaunchProcess(chrome_exe_command_line,
265 if (base::LaunchProcess(rename_cmd, options, &handle)) {
H A Dfirst_run_internal_win.cc71 if (!base::LaunchProcess(setup_path, base::LaunchOptions(), &ph) ||
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_apprtc_browsertest.cc100 return base::LaunchProcess(command_line, base::LaunchOptions(),
197 return base::LaunchProcess(command_line, base::LaunchOptions(),
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy.cc46 base::LaunchProcess(cmd_line, base::LaunchOptions(), &pid);
53 base::LaunchProcess(cmd_line, launch_options, NULL);
/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 Dprocess_util_unittest.cc390 EXPECT_TRUE(base::LaunchProcess(MakeCmdLine("SimpleChildProcess"), options,
434 EXPECT_FALSE(base::LaunchProcess(cmd_line, options, NULL));
439 ASSERT_TRUE(base::LaunchProcess(cmd_line, options, NULL));
653 EXPECT_TRUE(base::LaunchProcess(args, options, NULL));
675 TEST_F(ProcessUtilTest, LaunchProcess) {
/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/chrome/browser/
H A Dchrome_main_browsertest.cc33 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(), NULL);
H A Dprocess_info_snapshot_mac_unittest.cc126 ASSERT_TRUE(base::LaunchProcess(argv, options, &process_handle));
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc156 return base::LaunchProcess(cmdline, base::LaunchOptions(), NULL);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_win.cc155 if (!base::LaunchProcess(command.c_str(), options, &cmd_handle)) {
/external/chromium_org/chrome/browser/ui/views/
H A Duninstall_view.cc121 base::LaunchProcess(i->second, options, NULL);
/external/chromium_org/chrome/installer/util/
H A Dproduct.cc69 success = base::LaunchProcess(cmd, base::LaunchOptions(), NULL);
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc121 if (!base::LaunchProcess(cmd_line, options, &process_handle)) {
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_posix.cc142 if (!base::LaunchProcess(python_command, options, &process_handle_)) {
H A Dlocal_test_server_win.cc183 if (!base::LaunchProcess(python_command, launch_options, &process_handle_)) {
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc118 if (!base::LaunchProcess(update_command, launch_options,
/external/lldb/include/lldb/Host/
H A DHost.h452 LaunchProcess (ProcessLaunchInfo &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);

Completed in 3476 milliseconds

12345