Searched refs:Attr (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 55 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 57 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 66 ret += "\"" + Attr + "\" attribute: " 74 def AssertGenfsFilesystemTypesHaveAttr(self, Filesystem, Attr): argument 75 TypesPol = self.QueryTypeAttribute(Attr, True) 83 ret += "\"" + Attr + "\" attribute: " 91 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr): argument 93 TypesPol = self.QueryTypeAttribute(Attr, True) 104 ret += "\"" + Attr + "\" attribute: "
|
/system/extras/simpleperf/ |
D | MapRecordReader.h | 39 const perf_event_attr& Attr() { return attr_; } in Attr() function
|
D | MapRecordReader.cpp | 176 auto r = ReadRecordFromBuffer(map_record_reader_.Attr(), header.type, buffer.data()); in ReadMapRecords()
|