HomeSort by relevance Sort by last modified time
    Searched refs:typeattrquery (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 40 from .typeattrquery import TypeAttributeQuery
  /external/selinux/prebuilts/bin/
seinfo.py 46 queries.add_argument("-a", "--attribute", help="Print type attributes.", dest="typeattrquery",
254 if args.typeattrquery or args.all:
256 if isinstance(args.typeattrquery, str):
257 q.name = args.typeattrquery

Completed in 58 milliseconds