Searched refs:SectionType (Results 1 – 11 of 11) sorted by relevance
26 enum class SectionType { enum44 : current_section_(SectionType::System), in Context()59 void SetCurrentSection(SectionType value);72 SectionType current_section_;
35 return current_section_ == SectionType::System; in IsSystemSection()39 return current_section_ == SectionType::Vendor; in IsVendorSection()43 return current_section_ == SectionType::Product; in IsProductSection()47 return current_section_ == SectionType::Unrestricted; in IsUnrestrictedSection()71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection()
28 using android::linkerconfig::contents::SectionType;36 ctx.SetCurrentSection(SectionType::Other); in BuildPostInstallSection()
23 using android::linkerconfig::contents::SectionType;31 ctx.SetCurrentSection(SectionType::System); in BuildLegacySection()
24 using android::linkerconfig::contents::SectionType;32 ctx.SetCurrentSection(SectionType::Other); in BuildIsolatedSection()
26 using android::linkerconfig::contents::SectionType;34 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection()
26 using android::linkerconfig::contents::SectionType;34 ctx.SetCurrentSection(SectionType::Product); in BuildProductSection()
29 using android::linkerconfig::contents::SectionType;37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
25 using android::linkerconfig::contents::SectionType;33 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
27 using android::linkerconfig::contents::SectionType;46 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST()