HomeSort by relevance Sort by last modified time
    Searched full:getstatusoutput (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
module.py 133 rc, output = commands.getstatusoutput(command)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
module.py 133 rc, output = commands.getstatusoutput(command)
  /external/vixl/tools/
test.py 144 status, output = util.getstatusoutput(runner + ' --list')
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 483 print commands.getstatusoutput("/usr/bin/sepolgen-ifgen")[1]
848 rc, output = commands.getstatusoutput("rpm -q '%s'" % pkg_name)
manpage.py 154 rc, output = commands.getstatusoutput("/usr/bin/groff -man -Thtml %s 2>/dev/null" % manpage)
    [all...]
  /external/selinux/policycoreutils/gui/
polgengui.py 45 rc, output=commands.getstatusoutput("semodule -l 2>/dev/null")
    [all...]

Completed in 162 milliseconds

12