Lines Matching refs:commandline
499 def runCommand(commandline):
504 fd = os.popen(commandline, 'r')
509 raise RuntimeError("command failed: %s"%(commandline,))
514 def captureCommand(commandline):
515 fd = os.popen(commandline, 'r')
520 raise RuntimeError("command failed: %s"%(commandline,))
1541 raise RuntimeError("command failed: %s"%(commandline,))