Home
last modified time | relevance | path

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

/system/linkerconfig/contents/namespace/
Dvndk.cc30 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()
51 /*is_isolated=*/ctx.IsSystemSection() || ctx.IsApexBinaryConfig(), in BuildVndkNamespace()
Dsphal.cc69 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h55 bool IsSystemSection() const;
/system/linkerconfig/contents/context/
Dcontext.cc34 bool Context::IsSystemSection() const { in IsSystemSection() function in android::linkerconfig::contents::Context