Home
last modified time | relevance | path

Searched refs:QueryTypeAttribute (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tests/
Dpolicy.py57 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes)
75 TypesPol = self.QueryTypeAttribute(Attr, True)
93 TypesPol = self.QueryTypeAttribute(Attr, True)
111 systemProps = self.QueryTypeAttribute('system_property_type', True)
112 vendorProps = self.QueryTypeAttribute('vendor_property_type', True)
130 def QueryTypeAttribute(self, Type, IsAttr): member in Policy
183 return self.QueryTypeAttribute(Type, False)
186 Types = self.QueryTypeAttribute(Type, True)
189 TypesAndAttributes |= self.QueryTypeAttribute(T, False)
Dtreble_sepolicy_tests.py69 for result in pol.QueryTypeAttribute("domain", True):
150 for result in pol.QueryTypeAttribute(domain, False):