Searched refs:LaunchAppImpl (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ |
D | process_util_win.cc | 220 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()
|
D | process_util_posix.cc | 502 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()
|