Searched refs:QueryTypeAttribute (Results 1 – 2 of 2) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 57 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)
|
D | treble_sepolicy_tests.py | 69 for result in pol.QueryTypeAttribute("domain", True): 150 for result in pol.QueryTypeAttribute(domain, False):
|