Home
last modified time | relevance | path

Searched refs:close_fds (Results 1 – 25 of 26) sorted by relevance

12

/external/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c527 goto close_fds; in test_seek()
532 goto close_fds; in test_seek()
536 goto close_fds; in test_seek()
539 goto close_fds; in test_seek()
542 close_fds: in test_seek()
/external/python/cpython2/Lib/
Dwebbrowser.py178 p = subprocess.Popen(cmdline, close_fds=True)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
367 close_fds=True, stdin=devnull,
379 close_fds=True, stdin=devnull,
392 close_fds=True, stdin=devnull,
Dsubprocess.py332 preexec_fn=None, close_fds=False, shell=False, argument
345 if close_fds and (stdin is not None or stdout is not None or
385 self._execute_child(args, executable, preexec_fn, close_fds,
586 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
636 int(not close_fds),
880 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
971 if close_fds:
Dos.py673 close_fds=True)
693 stderr=PIPE, close_fds=True)
713 stderr=subprocess.STDOUT, close_fds=True)
Dimaplib.py1255 shell=True, close_fds=True)
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py94 close_fds = (stdout is None and stderr is None)
97 close_fds = True
102 shell=shell, close_fds=close_fds, env=env, preexec_fn=preexec_fn)
/external/autotest/client/bin/
Dautotest_client26 close_fds=False)
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem_context.py203 close_fds=True,
210 close_fds=True)
/external/python/cpython2/Doc/library/
Dsubprocess.rst280 stderr=None, preexec_fn=None, close_fds=False, shell=False, \
385 If *close_fds* is true, all file descriptors except :const:`0`, :const:`1` and
387 Or, on Windows, if *close_fds* is true then no handles will be inherited by the
388 child process. Note that on Windows, you cannot set *close_fds* to true and
819 stdin=PIPE, stdout=PIPE, close_fds=True)
829 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
840 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
877 stdin=PIPE, stdout=PIPE, close_fds=True)
888 stdin=PIPE, stdout=PIPE, close_fds=True)
901 ``close_fds=True`` with :class:`Popen`.
/external/python/cpython2/Lib/test/
Dtest_subprocess.py830 self, args, executable, preexec_fn, close_fds, cwd, env, argument
837 self, args, executable, preexec_fn, close_fds,
955 close_fds=True,
975 close_fds=True,
1213 stderr=subprocess.PIPE, close_fds=False)
1256 close_fds=True)
1262 close_fds=True)
Dregrtest.py534 close_fds=(os.name != 'nt'))
/external/clang/tools/scan-view/share/
Dstartfile.py58 stderr=inout, close_fds=closefds,
/external/libmojo/third_party/catapult/devil/devil/utils/
Dcmd_helper.py96 shell=shell, close_fds=True, env=env,
/external/libcxx/utils/libcxx/
Dutil.py204 env=env, close_fds=kUseCloseFDs)
/external/llvm/utils/lit/lit/
Dutil.py198 env=env, close_fds=kUseCloseFDs)
DTestRunner.py325 close_fds = kUseCloseFDs))
/external/autotest/client/tests/cgroup/
Dcgroup_common.py91 stderr=subprocess.PIPE, close_fds=True)
/external/skia/infra/bots/recipe_modules/core/resources/
Delf_symbolizer.py405 stdin=subprocess.PIPE, stderr=sys.stderr, close_fds=True)
/external/autotest/client/common_lib/cros/
Darc.py578 close_fds=True)
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestRunner.py168 close_fds = kUseCloseFDs))
/external/autotest/server/hosts/
Dabstract_ssh.py841 tunnel_proc = subprocess.Popen(args, close_fds=True)
/external/regex-re2/lib/codereview/
Dcodereview.py907 … stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != …
1597 …hell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None, close_fds=sys.platform != …
/external/autotest/client/common_lib/
Dutils.py229 env=env, close_fds=True)
/external/python/cpython2/Doc/whatsnew/
D2.4.rst400 preexec_fn=None, close_fds=False, shell=False,
419 * *close_fds* requests that all file descriptors be closed before running the
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c4849 close_fds: in do_test_single()
4859 goto close_fds; in do_test_single()

12