HomeSort by relevance Sort by last modified time
    Searched refs:parents_ (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_soinfo.cpp 454 child->parents_.push_back(this);
466 child->parents_.remove_if([&] (const soinfo* parent) {
471 parents_.for_each([&] (soinfo* parent) {
488 parents_.clear();
608 return parents_;
linker_soinfo.h 334 soinfo_list_t parents_; member in struct:soinfo

Completed in 89 milliseconds