Lines Matching refs:child
724 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree() argument
725 visit_list.push_back(child); in walk_dependencies_tree()
1907 soinfo* child = nullptr; in soinfo_unload_impl() local
1908 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload_impl()
1910 child->get_realpath(), child); in soinfo_unload_impl()
1912 child->get_parents().remove(si); in soinfo_unload_impl()
1914 if (local_unload_list.contains(child)) { in soinfo_unload_impl()
1916 } else if (child->is_linked() && child->get_local_group_root() != root) { in soinfo_unload_impl()
1917 external_unload_list.push_back(child); in soinfo_unload_impl()
1918 } else if (child->get_parents().empty()) { in soinfo_unload_impl()
1919 unload_list.push_back(child); in soinfo_unload_impl()