HomeSort by relevance Sort by last modified time
    Searched refs:ContextListNode (Results 1 - 2 of 2) sorted by null

  /bionic/libc/system_properties/include/system_properties/
contexts_split.h 34 class ContextListNode;
56 ContextListNode* contexts_ = nullptr;
  /bionic/libc/system_properties/
contexts_split.cpp 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)
    [all...]

Completed in 704 milliseconds