Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp455 this->children_.push_back(child); in add_child()
465 children_.for_each([&] (soinfo* child) { in remove_all_links()
472 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()
489 children_.clear(); in remove_all_links()
592 return children_; in get_children()
600 return children_; in get_children()
Dlinker_soinfo.h333 soinfo_list_t children_; member