Home | History | Annotate | Download | only in system_properties

Lines Matching refs:ContextListNode

42 class ContextListNode : public ContextNode {
44 ContextListNode(ContextListNode* next, const char* context, const char* filename)
48 ~ContextListNode() {
52 ContextListNode* next;
56 PrefixNode(struct PrefixNode* next, const char* prefix, ContextListNode* context)
64 ContextListNode* context;
73 static void ListAddAfterLen(PrefixNode** list, const char* prefix, ContextListNode* context) {
244 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); });
311 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) {
348 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) {
356 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); });