Home
last modified time | relevance | path

Searched refs:BuildProductNamespace (Results 1 – 4 of 4) sorted by relevance

/system/linkerconfig/contents/namespace/
Dproductdefault.cc32 return BuildProductNamespace(ctx, "default"); in BuildProductDefaultNamespace()
35 Namespace BuildProductNamespace(const Context& ctx, const std::string& name) { in BuildProductNamespace() function
/system/linkerconfig/contents/include/linkerconfig/
Dnamespacebuilder.h43 modules::Namespace BuildProductNamespace(const Context& ctx,
/system/linkerconfig/contents/section/
Dsystem.cc40 namespaces.emplace_back(BuildProductNamespace(ctx, "product")); in BuildSystemSection()
Dapexdefault.cc98 auto product = BuildProductNamespace(ctx, "product"); in BuildApexDefaultSection()