Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/tests/configuration/
H A Dsphal_test.cc30 auto sphal = BuildSphalNamespace(ctx); in TEST()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dnamespacebuilder.h34 NamespaceBuilder BuildSphalNamespace; variable
/aosp12/system/linkerconfig/contents/section/
H A Dunrestricted.cc42 namespaces.emplace_back(BuildSphalNamespace(ctx)); in BuildUnrestrictedSection()
H A Dsystem.cc38 namespaces.emplace_back(BuildSphalNamespace(ctx)); in BuildSystemSection()
H A Dapexdefault.cc81 std::bind(BuildSphalNamespace, ctx), in BuildApexDefaultSection()
/aosp12/system/linkerconfig/contents/namespace/
H A Dsphal.cc34 Namespace BuildSphalNamespace([[maybe_unused]] const Context& ctx) {