Home
last modified time | relevance | path

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

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