Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp771 static List* list_find(List* list, Func func) { in list_find() function
887 auto entry = list_find(prefixes, [name](prefix_node* l) { in get_prop_area_for_name()
1024 list_find(contexts, [context](context_node* l) { return !strcmp(l->context(), context); }); in initialize_properties_from_file()