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)
73 TypesPol = self.QueryTypeAttribute(Attr, True)
91 TypesPol = self.QueryTypeAttribute(Attr, True)
115 def QueryTypeAttribute(self, Type, IsAttr): member in Policy
168 return self.QueryTypeAttribute(Type, False)
171 Types = self.QueryTypeAttribute(Type, True)
174 TypesAndAttributes |= self.QueryTypeAttribute(T, False)
Dtreble_sepolicy_tests.py69 for result in pol.QueryTypeAttribute("domain", True):
150 for result in pol.QueryTypeAttribute(domain, False):