Home
last modified time | relevance | path

Searched refs:BuildSphalNamespace (Results 1 – 6 of 6) sorted by relevance

/system/linkerconfig/contents/tests/configuration/
Dsphal_test.cc30 auto sphal = BuildSphalNamespace(ctx); in TEST()
/system/linkerconfig/contents/section/
Dunrestricted.cc42 namespaces.emplace_back(BuildSphalNamespace(ctx)); in BuildUnrestrictedSection()
Dsystem.cc37 namespaces.emplace_back(BuildSphalNamespace(ctx)); in BuildSystemSection()
Dapexdefault.cc56 namespaces.emplace_back(BuildSphalNamespace(ctx)); in BuildApexDefaultSection()
/system/linkerconfig/contents/include/linkerconfig/
Dnamespacebuilder.h34 NamespaceBuilder BuildSphalNamespace; variable
/system/linkerconfig/contents/namespace/
Dsphal.cc34 Namespace BuildSphalNamespace([[maybe_unused]] const Context& ctx) { in BuildSphalNamespace() function