Home
last modified time | relevance | path

Searched refs:Attr (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tests/
Dpolicy.py55 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/
DMapRecordReader.h39 const perf_event_attr& Attr() { return attr_; } in Attr() function
DMapRecordReader.cpp176 auto r = ReadRecordFromBuffer(map_record_reader_.Attr(), header.type, buffer.data()); in ReadMapRecords()