Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dcontexts_split.cpp89 static void ListForEach(List* list, Func func) { in ListForEach() function
309 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize()
346 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach()
354 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()