Home
last modified time | relevance | path

Searched defs:close_fds (Results 1 – 5 of 5) 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/python/cpython3/Modules/
D_posixsubprocess.c406 int close_fds, int restore_signals, in child_exec()
565 int errpipe_read, errpipe_write, close_fds, restore_signals; 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/wayland/src/
Dconnection.c176 close_fds(struct wl_buffer *buffer, int max) in close_fds() function
/external/python/cpython2/Lib/test/
Dtest_subprocess.py889 self, args, executable, preexec_fn, close_fds, cwd, env, argument