Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp567 this->children_.push_back(child); in add_child()
577 children_.for_each([&] (soinfo* child) { in remove_all_links()
584 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()
601 children_.clear(); in remove_all_links()
714 return children_; in get_children()
722 return children_; in get_children()
Dlinker_soinfo.h397 soinfo_list_t children_; member