Searched refs:LaunchProcess (Results 1 – 4 of 4) sorted by relevance
265 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,
296 Process LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function298 return LaunchProcess(cmdline.argv(), options); in LaunchProcess()301 Process LaunchProcess(const std::vector<std::string>& argv, in LaunchProcess() function
27 return LaunchProcess(command_line, options); in SpawnMultiProcessTestChild()
432 base::Process child_process = base::LaunchProcess(command_line, options);