Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dsepolicy_tests.py222 if target in test_policy.pol.QueryTypeAttribute(Type=attr, IsAttr=True):
228 …rTypes = test_policy.pol.QueryTypeAttribute(Type="isolated_compute_allowed_service", IsAttr=True) \
229 … .union(test_policy.pol.QueryTypeAttribute(Type="isolated_compute_allowed_device", IsAttr=True))
248 isolatedMemberTypes = test_policy.pol.QueryTypeAttribute(Type="isolated_app_all", IsAttr=True)
Dpolicy.py192 def QueryTypeAttribute(self, Type, IsAttr): argument
194 create_string_buffer(Type.encode("ascii")), IsAttr)