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

  /external/chromium_org/tools/gyp/test/mac/
gyptest-sdkroot.py 22 DEVNULL = open(os.devnull, 'wb')
26 stdout=subprocess.PIPE, stderr=DEVNULL)
29 DEVNULL.close()
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 166 if hasattr(os, "devnull"):
167 DEVNULL = os.devnull
169 DEVNULL = "/dev/null"
170 if stdin is None: stdin = DEVNULL
171 if stdout is None: stdout = DEVNULL
172 if stderr is None: stderr = DEVNULL
216 os.open (DEVNULL, os.O_RDWR) # standard input

Completed in 188 milliseconds