Searched refs:IsSystemSection (Results 1 – 4 of 4) sorted by relevance
29 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()51 /*is_isolated=*/ctx.IsSystemSection() || ctx.IsApexBinaryConfig(), in BuildVndkNamespace()
67 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
34 bool Context::IsSystemSection() const { in IsSystemSection() function in android::linkerconfig::contents::Context76 return IsSystemSection() || IsUnrestrictedSection() ? "default" : "system"; in GetSystemNamespaceName()
48 bool IsSystemSection() const;