Home
last modified time | relevance | path

Searched refs:IsUnrestrictedSection (Results 1 – 5 of 5) sorted by relevance

/system/linkerconfig/contents/namespace/
Dsphal.cc38 /*is_isolated=*/!ctx.IsUnrestrictedSection(), in BuildSphalNamespace()
67 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
Drs.cc31 "rs", /*is_isolated=*/!ctx.IsUnrestrictedSection(), /*is_visible=*/true); in BuildRsNamespace()
Dvndk.cc30 ctx.IsUnrestrictedSection(); in BuildVndkNamespace()
/system/linkerconfig/contents/context/
Dcontext.cc46 bool Context::IsUnrestrictedSection() const { in IsUnrestrictedSection() function in android::linkerconfig::contents::Context
76 return IsSystemSection() || IsUnrestrictedSection() ? "default" : "system"; in GetSystemNamespaceName()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h51 bool IsUnrestrictedSection() const;