Home
last modified time | relevance | path

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

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpopen_spawn.py23 codec_errors='strict', preexec_fn=None): argument
Dpty_spawn.py38 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/
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/Lib/
Dsubprocess.py754 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.c446 PyObject *preexec_fn, in child_exec()
617 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py120 preexec_fn = lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL) function
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py180 cls, argv, cwd=None, env=None, echo=True, preexec_fn=None, argument
/external/python/cpython2/Lib/test/
Dtest_subprocess.py889 self, args, executable, preexec_fn, close_fds, cwd, env, argument