Searched refs:LaunchProcess (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/process/ |
D | launch.h | 187 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline, 201 BASE_EXPORT Process LaunchProcess(const string16& cmdline, 217 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
|
D | launch_posix.cc | 292 Process LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function 294 return LaunchProcess(cmdline.argv(), options); in LaunchProcess() 297 Process LaunchProcess(const std::vector<std::string>& argv, in LaunchProcess() function
|
/external/libchrome/sandbox/linux/services/ |
D | namespace_sandbox.h | 60 static base::Process LaunchProcess(const base::CommandLine& cmdline, 62 static base::Process LaunchProcess(const std::vector<std::string>& argv,
|
D | namespace_sandbox.cc | 97 base::Process NamespaceSandbox::LaunchProcess( in LaunchProcess() function in sandbox::NamespaceSandbox 104 base::Process NamespaceSandbox::LaunchProcess( in LaunchProcess() function in sandbox::NamespaceSandbox 162 return base::LaunchProcess(argv, launch_options_copy); in LaunchProcessWithOptions()
|
D | namespace_sandbox_unittest.cc | 132 base::Process process = NamespaceSandbox::LaunchProcess( in MULTIPROCESS_TEST_MAIN()
|
/external/libchrome/base/test/ |
D | multiprocess_test.cc | 27 return LaunchProcess(command_line, options); in SpawnMultiProcessTestChild()
|