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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
typeattr.py 35 removed_type_attributes = DiffResultDescriptor("diff_type_attributes") variable in class:TypeAttributesDifference
45 self.added_type_attributes, self.removed_type_attributes, matched_attributes = \
70 self.removed_type_attributes = None
  /external/selinux/prebuilts/bin/
sediff.py 276 if diff.added_type_attributes or diff.removed_type_attributes or \
279 len(diff.added_type_attributes), len(diff.removed_type_attributes),
285 if diff.removed_type_attributes and not args.stats:
286 print(" Removed Type Attributes: {0}".format(len(diff.removed_type_attributes)))
287 for a in sorted(diff.removed_type_attributes):
    [all...]

Completed in 205 milliseconds