Searched refs:commandstring (Results 1 – 2 of 2) sorted by relevance
55 def _read_output(commandstring, capture_stderr=False): argument71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)73 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)
55 def _read_output(commandstring): argument70 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)