Searched refs:getoutput (Results 1 – 1 of 1) sorted by relevance
120 def getoutput(cmd): function134 getoutput = commands.getstatusoutput variable263 rc, data = getoutput(dcmd)699 rc, hstring = getoutput(elfdump_cmd + " -c " + f)728 rc, data = getoutput(dump_cmd + " -sn " + section + " " + f)778 rc, data = getoutput("{} -h {}".format(ctfdump_cmd, f1))1080 rc, output = getoutput(baseCmd)1087 rc, output = getoutput(ptchCmd)1431 rc, arch = getoutput("uname -p")