Home
last modified time | relevance | path

Searched refs:commandstring (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D_aix_support.py8 def _read_cmd_output(commandstring, capture_stderr=False): argument
20 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
22 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)
D_osx_support.py55 def _read_output(commandstring, capture_stderr=False): argument
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
73 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)