Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py332 preexec_fn=None, close_fds=False, shell=False, argument
586 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
880 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.c400 PyObject *preexec_fn, in child_exec()
548 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
/external/python/cpython3/Lib/
Dsubprocess.py588 preexec_fn=None, close_fds=_PLATFORM_DEFAULT_CLOSE_FDS, argument
952 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
1198 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.py830 self, args, executable, preexec_fn, close_fds, cwd, env, argument