HomeSort by relevance Sort by last modified time
    Searched refs:close_fds (Results 1 - 7 of 7) 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/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)
  /external/llvm/utils/lit/lit/
TestRunner.py 20 # Don't use close_fds on Windows.
219 close_fds = kUseCloseFDs))
  /external/regex-re2/lib/codereview/
codereview.py 1028 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 455 milliseconds