/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | popen_spawn.py | 23 codec_errors='strict', preexec_fn=None): argument
|
D | pty_spawn.py | 38 ignore_sighup=False, echo=True, preexec_fn=None, argument 239 def _spawn(self, command, args=[], preexec_fn=None, dimensions=None): argument
|
/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/autotest/client/cros/audio/ |
D | cmd_utils.py | 224 preexec_fn = lambda: _run_as(run_as) function
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 754 preexec_fn=None, close_fds=True, argument 1330 def _execute_child(self, args, executable, preexec_fn, close_fds, argument 1659 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 446 PyObject *preexec_fn, in child_exec() 617 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | cmd_helper.py | 120 preexec_fn = lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL) function
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
D | ptyprocess.py | 180 cls, argv, cwd=None, env=None, echo=True, preexec_fn=None, argument
|
/external/python/cpython2/Lib/test/ |
D | test_subprocess.py | 889 self, args, executable, preexec_fn, close_fds, cwd, env, argument
|