Searched defs:preexec_fn (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | subprocess.py | 336 preexec_fn=None, close_fds=False, shell=False, argument 590 def _execute_child(self, args, executable, preexec_fn, close_fds, argument 900 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
|
| /external/python/cpython3/Modules/ |
| D | _posixsubprocess.c | 470 PyObject *preexec_fn, in child_exec() 669 PyObject *preexec_fn, in do_fork_exec() 724 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
|
| /external/autotest/client/cros/audio/ |
| D | cmd_utils.py | 224 preexec_fn = lambda: _run_as(run_as) function
|
| /external/python/cpython3/Lib/ |
| D | subprocess.py | 755 preexec_fn=None, close_fds=True, argument 1349 def _execute_child(self, args, executable, preexec_fn, close_fds, argument 1682 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| D | cmd_helper.py | 120 preexec_fn = lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL) function
|
| /external/python/cpython2/Lib/test/ |
| D | test_subprocess.py | 889 self, args, executable, preexec_fn, close_fds, cwd, env, argument
|