Searched refs:IsSystemSection (Results 1 – 5 of 5) sorted by relevance
34 bool Context::IsSystemSection() const { in IsSystemSection() function in android::linkerconfig::contents::Context76 return IsSystemSection() || IsUnrestrictedSection() ? "default" : "system"; in GetSystemNamespaceName()
45 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildProductNamespace()
79 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
32 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()
48 bool IsSystemSection() const;