Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py108 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument
110 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes)
124 ret += "\"" + Attr + "\" attribute.\n"
132 def AssertGenfsFilesystemTypesHaveAttr(self, Filesystem, Attr): argument
133 TypesPol = self.QueryTypeAttribute(Attr, True)
141 ret += "\"" + Attr + "\" attribute: "
149 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument
151 TypesPol = self.QueryTypeAttribute(Attr, True) | set(ExcludedTypes)
166 ret += "\"" + Attr + "\" attribute.\n"
/system/extras/simpleperf/
DMapRecordReader.h39 const perf_event_attr& Attr() { return attr_; } in Attr() function
DMapRecordReader.cpp179 auto r = ReadRecordFromBuffer(map_record_reader_.Attr(), header.type, buffer.data(), in ReadMapRecords()