Home
last modified time | relevance | path

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

/titanic_52/usr/src/tools/scripts/
H A Dwsdiff.py120 def getoutput(cmd): function
134 getoutput = commands.getstatusoutput variable
263 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")