Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp737 static context_node* contexts = nullptr; variable
977 contexts, [context](context_node* l) { return !strcmp(l->context(), context); }); in initialize_properties()
981 list_add(&contexts, context, nullptr); in initialize_properties()
982 list_add_after_len(&prefixes, prop_prefix, contexts); in initialize_properties()
1003 list_free(&contexts); in free_and_unmap_contexts()
1013 list_foreach(contexts, [](context_node* l) { l->reset_access(); }); in __system_properties_init()
1029 list_add(&contexts, "legacy_system_prop_area", __system_property_area__); in __system_properties_init()
1030 list_add_after_len(&prefixes, "*", contexts); in __system_properties_init()
1055 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init()
1289 list_foreach(contexts, [propfn, cookie](context_node* l) { in __system_property_foreach()
/bionic/libc/kernel/uapi/drm/
Ddrm.h294 struct drm_ctx __user * contexts; member