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

1 2 3 4 5

  /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...]
  /external/autotest/client/bin/
autotest_client 26 close_fds=False) variable
  /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:
  /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/python/cpython3/Lib/
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...]
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,
  /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/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)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
inv_gesture_test-shared 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 35 preexec_fn=None, close_fds=False, shell=False,
83 If close_fds is true, all file descriptors except 0, 1 and 2 will be
314 stdin=PIPE, stdout=PIPE, close_fds=True)
323 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
333 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
367 stdin=PIPE, stdout=PIPE, close_fds=True)
378 stdin=PIPE, stdout=PIPE, close_fds=True)
388 close_fds=True with subprocess.Popen.
652 preexec_fn=None, close_fds=False, shell=False,
666 if close_fds and (stdin is not None or stdout is not None o
    [all...]
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/
subprocess.py 35 preexec_fn=None, close_fds=False, shell=False,
83 If close_fds is true, all file descriptors except 0, 1 and 2 will be
314 stdin=PIPE, stdout=PIPE, close_fds=True)
323 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
333 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
367 stdin=PIPE, stdout=PIPE, close_fds=True)
378 stdin=PIPE, stdout=PIPE, close_fds=True)
388 close_fds=True with subprocess.Popen.
652 preexec_fn=None, close_fds=False, shell=False,
666 if close_fds and (stdin is not None or stdout is not None o
    [all...]
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/
subprocess.py 35 preexec_fn=None, close_fds=False, shell=False,
83 If close_fds is true, all file descriptors except 0, 1 and 2 will be
314 stdin=PIPE, stdout=PIPE, close_fds=True)
323 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
333 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
367 stdin=PIPE, stdout=PIPE, close_fds=True)
378 stdin=PIPE, stdout=PIPE, close_fds=True)
388 close_fds=True with subprocess.Popen.
652 preexec_fn=None, close_fds=False, shell=False,
666 if close_fds and (stdin is not None or stdout is not None o
    [all...]
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/
subprocess.py 35 preexec_fn=None, close_fds=False, shell=False,
83 If close_fds is true, all file descriptors except 0, 1 and 2 will be
314 stdin=PIPE, stdout=PIPE, close_fds=True)
323 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
333 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
367 stdin=PIPE, stdout=PIPE, close_fds=True)
378 stdin=PIPE, stdout=PIPE, close_fds=True)
388 close_fds=True with subprocess.Popen.
652 preexec_fn=None, close_fds=False, shell=False,
666 if close_fds and (stdin is not None or stdout is not None o
    [all...]
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,
  /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,
subprocess.py 312 close_fds: Controls closing or inheriting of file descriptors.
332 preexec_fn=None, close_fds=False, shell=False,
345 if close_fds and (stdin is not None or stdout is not None or
347 raise ValueError("close_fds is not supported on Windows "
385 self._execute_child(args, executable, preexec_fn, close_fds,
586 def _execute_child(self, args, executable, preexec_fn, close_fds,
636 int(not close_fds),
880 def _execute_child(self, args, executable, preexec_fn, close_fds,
    [all...]
  /external/python/cpython2/Doc/library/
subprocess.rst 280 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`
    [all...]
  /external/python/cpython3/Doc/library/
subprocess.rst 319 stderr=None, preexec_fn=None, close_fds=True, shell=False, \
449 If *close_fds* is true, all file descriptors except :const:`0`, :const:`1` and
453 On Windows, if *close_fds* is true then no handles will be inherited by the
454 child process. Note that on Windows, you cannot set *close_fds* to true and
458 The default for *close_fds* was changed from :const:`False` to
463 *close_fds* to be :const:`True`. (POSIX only)
    [all...]

Completed in 404 milliseconds

1 2 3 4 5