Searched refs:Attr (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 69 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 71 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 80 ret += "\"" + Attr + "\" attribute: " 88 def AssertGenfsFilesystemTypesHaveAttr(self, Filesystem, Attr): argument 89 TypesPol = self.QueryTypeAttribute(Attr, True) 97 ret += "\"" + Attr + "\" attribute: " 105 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr): argument 107 TypesPol = self.QueryTypeAttribute(Attr, True) 118 ret += "\"" + Attr + "\" attribute: "
|
/system/extras/simpleperf/ |
D | MapRecordReader.h | 39 const perf_event_attr& Attr() { return attr_; } in Attr() function
|
D | MapRecordReader.cpp | 179 auto r = ReadRecordFromBuffer(map_record_reader_.Attr(), header.type, buffer.data(), in ReadMapRecords()
|