Searched refs:Attr (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 55 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr): argument 57 TypesPol = self.QueryTypeAttribute(Attr, True) 66 ret += "\"" + Attr + "\" attribute: " 72 def AssertGenfsFilesystemTypesHaveAttr(self, Filesystem, Attr): argument 73 TypesPol = self.QueryTypeAttribute(Attr, True) 81 ret += "\"" + Attr + "\" attribute: " 89 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr): argument 91 TypesPol = self.QueryTypeAttribute(Attr, True) 102 ret += "\"" + Attr + "\" attribute: "
|