Searched refs:libs_providers (Results 1 – 2 of 2) sorted by relevance
/system/linkerconfig/contents/section/ |
D | apexdefault.cc | 112 LibProviders libs_providers; in BuildApexDefaultSection() local 118 libs_providers[":sphal"] = {LibProvider{ in BuildApexDefaultSection() 124 libs_providers[":sphal"] = {LibProvider{ in BuildApexDefaultSection() 145 libs_providers[":sanitizer"] = {LibProvider{ in BuildApexDefaultSection() 151 libs_providers[":vndk"] = GetVndkProvider(ctx, user_partition); in BuildApexDefaultSection() 152 libs_providers[":vndksp"] = {LibProvider{ in BuildApexDefaultSection() 161 libs_providers[":sanitizer"] = {LibProvider{ in BuildApexDefaultSection() 170 AddVendorSubdirNamespaceProviders(ctx, libs_providers); in BuildApexDefaultSection() 174 ctx, apex_info.name, std::move(namespaces), visible_apexes, libs_providers); in BuildApexDefaultSection()
|
D | vendor.cc | 59 LibProviders libs_providers = {}; in BuildVendorSection() local 61 libs_providers[":vndk"] = GetVndkProvider(ctx, VndkUserPartition::Vendor); in BuildVendorSection() 64 AddVendorSubdirNamespaceProviders(ctx, libs_providers); in BuildVendorSection() 67 ctx, "vendor", std::move(namespaces), visible_apexes, libs_providers); in BuildVendorSection()
|