Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcommands.py41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_commands.py27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
/device/google/trout/tools/
Dlogcat_diff.py81 out = subprocess.getoutput('diff --minimal -u -W 200 "%s" "%s" | colordiff' % ( \