Searched refs:contexts (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | system_properties.cpp | 791 static context_node* contexts = nullptr; variable 1024 list_find(contexts, [context](context_node* l) { return !strcmp(l->context(), context); }); in initialize_properties_from_file() 1028 list_add(&contexts, context, nullptr); in initialize_properties_from_file() 1029 list_add_after_len(&prefixes, prop_prefix, contexts); in initialize_properties_from_file() 1078 list_free(&contexts); in free_and_unmap_contexts() 1090 list_foreach(contexts, [](context_node* l) { l->reset_access(); }); in __system_properties_init() 1106 list_add(&contexts, "legacy_system_prop_area", __system_property_area__); in __system_properties_init() 1107 list_add_after_len(&prefixes, "*", contexts); 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()
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 246 struct drm_ctx __user * contexts; member
|