Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py69 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/
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()