Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp763 static void list_foreach(List* list, Func func) { in list_foreach() function
1090 list_foreach(contexts, [](context_node* l) { l->reset_access(); }); in __system_properties_init()
1129 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init()
1465 list_foreach(contexts, [propfn, cookie](context_node* l) { in __system_property_foreach()