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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 73 # close_fds is a workaround for http://bugs.python.org/issue2320
74 close_fds = sys.platform not in ('win32', 'cygwin')
78 close_fds=close_fds,
chromium.py 386 # We need to pass close_fds=True to work around Python bug #2320
389 # Note that close_fds isn't supported on Windows, but this bug only
395 close_fds=close_flag)
  /external/clang/tools/scan-view/
startfile.py 58 stderr=inout, close_fds=closefds,
  /external/llvm/utils/lit/lit/
TestRunner.py 20 # Don't use close_fds on Windows.
29 close_fds = not kIsWindows
35 env=env, close_fds=close_fds)
173 close_fds = kUseCloseFDs))
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 189 return subprocess.Popen([sys.executable] + commandline, close_fds=True,
216 ('taskkill.exe', '/f', '/pid', str(pid)), close_fds=True)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 108 # We need to pass close_fds=True to work around Python bug #2320
111 # Note that close_fds isn't supported on Windows, but this bug only
122 close_fds=self._should_close_fds())
371 close_fds=self._should_close_fds())
  /development/scripts/
stack 161 close_fds=True)
  /ndk/
ndk-gdb.py 284 bufsize=1, close_fds='posix' in sys.builtin_module_names)
  /external/regex-re2/lib/codereview/
codereview.py 907 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
    [all...]

Completed in 316 milliseconds