Home
last modified time | relevance | path

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

/system/linkerconfig/contents/namespace/
Dvndk.cc29 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()
51 /*is_isolated=*/ctx.IsSystemSection() || ctx.IsApexBinaryConfig(), in BuildVndkNamespace()
Dsphal.cc67 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
/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/include/linkerconfig/
Dcontext.h48 bool IsSystemSection() const;