Home
last modified time | relevance | path

Searched refs:GetSystemNamespaceName (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/linkerconfig/contents/namespace/
H A Dvndkinsystem.cc60 ns.GetLink(ctx.GetSystemNamespaceName())
63 ns.GetLink(ctx.GetSystemNamespaceName())
H A Dsphal.cc59 ns.GetLink(ctx.GetSystemNamespaceName())
70 ns.GetLink(ctx.GetSystemNamespaceName())
H A Dvndk.cc103 ns.GetLink(ctx.GetSystemNamespaceName())
106 ns.GetLink(ctx.GetSystemNamespaceName())
H A Disolateddefault.cc30 ns.GetLink(ctx.GetSystemNamespaceName()).AllowAllSharedLibs();
H A Dproductdefault.cc34 ns.GetLink(ctx.GetSystemNamespaceName())
H A Drs.cc47 ns.GetLink(ctx.GetSystemNamespaceName())
H A Dvendordefault.cc43 ns.GetLink(ctx.GetSystemNamespaceName())
/aosp12/system/linkerconfig/contents/common/
H A Dsystem_links.cc46 const std::string system_ns_name = ctx.GetSystemNamespaceName(); in AddStandardSystemLinks()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h67 std::string GetSystemNamespaceName() const;
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc75 std::string Context::GetSystemNamespaceName() const { in GetSystemNamespaceName() function in android::linkerconfig::contents::Context
/aosp12/system/linkerconfig/contents/section/
H A Dapexdefault.cc92 ctx.GetSystemNamespaceName(), in BuildApexDefaultSection()