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

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

Completed in 278 milliseconds