HomeSort by relevance Sort by last modified time
    Searched refs:close_fds (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/autotest/client/bin/
autotest_client 26 close_fds=False) variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = Tru
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = Tru
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False variable
302 close_fds = True variable
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = Tru
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False variable
302 close_fds = True variable
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = Tru
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
armcc_wrapper.py 36 p = subprocess.Popen("cygpath -m " + pipes.quote(CygPath), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True)
  /external/python/cpython3/Modules/
_posixsubprocess.c 397 int close_fds, int restore_signals,
490 if (close_fds) {
552 int errpipe_read, errpipe_write, close_fds, restore_signals; local
566 &process_args, &executable_list, &close_fds, &py_fds_to_keep,
573 if (close_fds && errpipe_write < 3) { /* precondition */
692 close_fds, restore_signals, call_setsid,
753 "fork_exec(args, executable_list, close_fds, cwd, env,\n\
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 506 goto close_fds;
511 goto close_fds;
515 goto close_fds;
518 goto close_fds;
521 close_fds:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
webbrowser.py 178 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,
355 close_fds=True, stdin=devnull,
367 close_fds=True, stdin=devnull,
380 close_fds=True, stdin=devnull,
  /external/python/cpython2/Lib/
webbrowser.py 178 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,
  /external/python/cpython3/Lib/
webbrowser.py 145 p = subprocess.Popen(cmdline, close_fds=True)
162 p = subprocess.Popen(cmdline, close_fds=True,
201 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
333 close_fds=True, stdin=devnull,
345 close_fds=True, stdin=devnull,
358 close_fds=True, stdin=devnull,
subprocess.py 559 close_fds: Controls closing or inheriting of file descriptors.
588 preexec_fn=None, close_fds=_PLATFORM_DEFAULT_CLOSE_FDS,
615 if close_fds is _PLATFORM_DEFAULT_CLOSE_FDS:
617 close_fds = False
619 close_fds = True
620 elif close_fds and any_stdio_set:
622 "close_fds is not supported on Windows platforms"
626 if close_fds is _PLATFORM_DEFAULT_CLOSE_FDS:
627 close_fds = True
628 if pass_fds and not close_fds
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
webbrowser.py 178 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,
  /prebuilts/gdb/linux-x86/lib/python2.7/
webbrowser.py 178 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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 178 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,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 178 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,
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 94 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)
  /tools/repohooks/rh/
utils.py 267 quiet=False, close_fds=True):
303 close_fds: Whether to close all fds before running |cmd|.
396 close_fds=close_fds)
  /external/clang/tools/scan-view/share/
startfile.py 58 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
startfile.py 58 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
startfile.py 58 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-view/share/
startfile.py 61 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/scan-view/
startfile.py 61 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/scan-view/
startfile.py 61 stderr=inout, close_fds=closefds,
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/scan-view/
startfile.py 61 stderr=inout, close_fds=closefds,

Completed in 992 milliseconds

1 2 3 4