Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp88 volatile uint32_t children; member
436 if (current->children) { in find_property()
437 root = reinterpret_cast<prop_bt*>(to_prop_obj(current->children)); in find_property()
442 current->children = new_bt_offset; in find_property()
559 if (trie->children) { in foreach_property()
560 const int err = foreach_property(trie->children, propfn, cookie); in foreach_property()
/bionic/linker/
Dlinker.h225 soinfo_list_t children; member
Dlinker.cpp1541 this->children.push_front(child); in add_child()
1551 children.for_each([&] (soinfo* child) { in remove_all_links()
1558 parent->children.for_each([&] (const soinfo* child) { in remove_all_links()
1565 children.clear(); in remove_all_links()
1609 return this->children; in get_children()