Searched refs:IsSystemSection (Results 1 – 4 of 4) sorted by relevance
30 bool is_system_or_unrestricted_section = ctx.IsSystemSection() || in BuildVndkNamespace()51 /*is_isolated=*/ctx.IsSystemSection() || ctx.IsApexBinaryConfig(), in BuildVndkNamespace()
69 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
55 bool IsSystemSection() const;
34 bool Context::IsSystemSection() const { in IsSystemSection() function in android::linkerconfig::contents::Context