Home
last modified time | relevance | path

Searched refs:LaunchAppImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dprocess_util_win.cc220 bool LaunchAppImpl(const std::wstring& cmdline, in LaunchAppImpl() function
251 return LaunchAppImpl(cmdline, wait, start_hidden, false, process_handle); in LaunchApp()
257 return LaunchAppImpl(cmdline, wait, start_hidden, true, process_handle); in LaunchAppWithHandleInheritance()
306 return LaunchAppImpl(cl.command_line_string(), wait, in LaunchApp()
Dprocess_util_posix.cc502 bool LaunchAppImpl( in LaunchAppImpl() function
636 return LaunchAppImpl(argv, env_changes, fds_to_remap, in LaunchApp()
646 return LaunchAppImpl(argv, env_changes, fds_to_remap, wait, in LaunchAppInNewProcessGroup()