HomeSort by relevance Sort by last modified time
    Searched full:added_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 34 added_type_attributes = DiffResultDescriptor("diff_type_attributes") variable in class:TypeAttributesDifference
45 self.added_type_attributes, self.removed_type_attributes, matched_attributes = \
69 self.added_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),
281 if diff.added_type_attributes and not args.stats:
282 print(" Added Type Attributes: {0}".format(len(diff.added_type_attributes)))
283 for a in sorted(diff.added_type_attributes):
    [all...]

Completed in 2528 milliseconds