OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LaunchProcess
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/process/
launch_win.cc
106
bool
LaunchProcess
(const string16& cmdline,
230
bool
LaunchProcess
(const CommandLine& cmdline,
234
return
LaunchProcess
(cmdline.GetCommandLineString(), options, NULL);
237
bool rv =
LaunchProcess
(cmdline.GetCommandLineString(), options, &process);
launch_posix.cc
273
bool
LaunchProcess
(const std::vector<std::string>& argv,
431
RAW_LOG(ERROR, "
LaunchProcess
: failed to execvp:");
452
bool
LaunchProcess
(const CommandLine& cmdline,
455
return
LaunchProcess
(cmdline.argv(), options, process_handle);
/external/chromium_org/chromeos/process_proxy/
process_proxy.cc
55
process_launched_ =
LaunchProcess
(command, pt_pair_[PT_SLAVE_FD], &pid_);
218
bool ProcessProxy::
LaunchProcess
(const std::string& command, int slave_fd,
231
return base::
LaunchProcess
(CommandLine(base::FilePath(command)), options,
/external/chromium_org/cloud_print/service/win/
chrome_launcher.cc
69
bool
LaunchProcess
(const CommandLine& cmdline,
244
LaunchProcess
(cmd, &chrome_handle, &thread_id);
321
if (!
LaunchProcess
(cmd, &chrome_handle, &thread_id)) {
/external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc
228
void UnprivilegedProcessDelegate::
LaunchProcess
(
worker_process_launcher_unittest.cc
48
MOCK_METHOD1(
LaunchProcess
, void(WorkerProcessLauncher*));
115
void
LaunchProcess
(
230
void WorkerProcessLauncherTest::
LaunchProcess
(
386
EXPECT_CALL(*launcher_delegate_,
LaunchProcess
(_))
388
.WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::
LaunchProcess
));
403
EXPECT_CALL(*launcher_delegate_,
LaunchProcess
(_))
422
EXPECT_CALL(*launcher_delegate_,
LaunchProcess
(_))
445
EXPECT_CALL(*launcher_delegate_,
LaunchProcess
(_))
468
EXPECT_CALL(*launcher_delegate_,
LaunchProcess
(_))
489
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
(
552
void WtsSessionProcessDelegate::
LaunchProcess
(
554
core_->
LaunchProcess
(event_handler);
Completed in 4005 milliseconds