Home
last modified time | relevance | path

Searched refs:LaunchProcess (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dlaunch.h265 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline,
279 BASE_EXPORT Process LaunchProcess(const string16& cmdline,
295 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
Dlaunch_posix.cc296 Process LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
298 return LaunchProcess(cmdline.argv(), options); in LaunchProcess()
301 Process LaunchProcess(const std::vector<std::string>& argv, in LaunchProcess() function
/external/libchrome/base/test/
Dmultiprocess_test.cc27 return LaunchProcess(command_line, options); in SpawnMultiProcessTestChild()
/external/libchrome/mojo/public/cpp/system/
DREADME.md432 base::Process child_process = base::LaunchProcess(command_line, options);