Searched refs:IsUnrestrictedSection (Results 1 – 5 of 5) sorted by relevance
38 /*is_isolated=*/!ctx.IsUnrestrictedSection(), in BuildSphalNamespace()67 if (ctx.IsSystemSection() || ctx.IsUnrestrictedSection()) { in BuildSphalNamespace()
31 "rs", /*is_isolated=*/!ctx.IsUnrestrictedSection(), /*is_visible=*/true); in BuildRsNamespace()
30 ctx.IsUnrestrictedSection(); in BuildVndkNamespace()
46 bool Context::IsUnrestrictedSection() const { in IsUnrestrictedSection() function in android::linkerconfig::contents::Context76 return IsSystemSection() || IsUnrestrictedSection() ? "default" : "system"; in GetSystemNamespaceName()
51 bool IsUnrestrictedSection() const;