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

  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 54 source_types = policy.expand_types(source_types)
66 target_types = policy.expand_types(target_types)
132 source_types = policy.expand_types(source_types)
148 target_types = policy.expand_types(target_types)
344 # expand_types - generates the actual type set based on the listed types,
347 def expand_types(self, type_set): member in class:SELinuxPolicy
  /packages/experimental/SELinux/CTS/test/
testrunner.py 345 self.failUnless(self.test_policy.expand_types(test_source_set) == expanded_test_source_set)
351 self.failUnless(self.test_policy.expand_types(test_source_set) == types)
358 self.failUnless(self.test_policy.expand_types(test_source_set) == expanded_test_source_set)

Completed in 105 milliseconds