Home
last modified time | relevance | path

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

/system/linkerconfig/contents/context/
Dcontext.cc34 bool Context::IsSystemSection() const { in IsSystemSection() function in android::linkerconfig::contents::Context
76 return IsSystemSection() || IsUnrestrictedSection() ? "default" : "system"; in GetSystemNamespaceName()
/system/linkerconfig/contents/namespace/
Dproductdefault.cc45 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildProductNamespace()
Dsphal.cc79 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
Dvndk.cc32 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h48 bool IsSystemSection() const;