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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 55 def _read_output(commandstring):
57 # Similar to os.popen(commandstring, "r").read(),
70 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 55 def _read_output(commandstring):
57 # Similar to os.popen(commandstring, "r").read(),
70 cmd = "%s 2>/dev/null >'%s'" % (commandstring, fp.name)

Completed in 65 milliseconds