Home
last modified time | relevance | path

Searched defs:visible_apexes (Results 1 – 8 of 8) sorted by relevance

/system/linkerconfig/contents/section/
Dvendor.cc45 std::set<std::string> visible_apexes; in BuildVendorSection() local
Disolated.cc38 std::set<std::string> visible_apexes; in BuildIsolatedSection() local
Dproduct.cc45 std::set<std::string> visible_apexes; in BuildProductSection() local
Dsystem.cc47 std::set<std::string> visible_apexes; in BuildSystemSection() local
Dunrestricted.cc47 std::set<std::string> visible_apexes; in BuildUnrestrictedSection() local
Dlegacy.cc36 std::set<std::string> visible_apexes; in BuildLegacySection() local
Dapexdefault.cc49 std::set<std::string> visible_apexes; in BuildApexDefaultSection() local
Dsectionbuilder.cc36 const std::set<std::string>& visible_apexes, in BuildSection()