Home
last modified time | relevance | path

Searched refs:ContextListNode (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/system_properties/
Dcontexts_split.cpp42 class ContextListNode : public ContextNode { class
44 ContextListNode(ContextListNode* next, const char* context, const char* filename) in ContextListNode() function in ContextListNode
48 ~ContextListNode() { in ~ContextListNode()
52 ContextListNode* next;
56 PrefixNode(struct PrefixNode* next, const char* prefix, ContextListNode* context) in PrefixNode()
64 ContextListNode* context;
73 static void ListAddAfterLen(PrefixNode** list, const char* prefix, ContextListNode* context) { in ListAddAfterLen()
242 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile()
309 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize()
346 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach()
[all …]
/bionic/libc/system_properties/include/system_properties/
Dcontexts_split.h34 class ContextListNode; variable
56 ContextListNode* contexts_ = nullptr;