Home
last modified time | relevance | path

Searched defs:preexec_fn (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dsubprocess.py336 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/autotest/client/cros/audio/
Dcmd_utils.py224 preexec_fn = lambda: _run_as(run_as) function
/external/python/cpython3/Modules/
D_posixsubprocess.c409 PyObject *preexec_fn, in child_exec()
561 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
/external/python/cpython3/Lib/
Dsubprocess.py658 preexec_fn=None, close_fds=True, argument
1107 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
1383 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py98 preexec_fn = lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL) function
/external/python/cpython2/Lib/test/
Dtest_subprocess.py889 self, args, executable, preexec_fn, close_fds, cwd, env, argument