Searched refs:SectionType (Results 1 – 12 of 12) sorted by relevance
33 enum class SectionType { enum51 : current_section_(SectionType::System), in Context()64 void SetCurrentSection(SectionType value);83 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()66 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection()
28 using android::linkerconfig::contents::SectionType;36 ctx.SetCurrentSection(SectionType::Other); in BuildPostInstallSection()
24 using android::linkerconfig::contents::SectionType;35 ctx.SetCurrentSection(SectionType::Other); in BuildApexArtSection()
23 using android::linkerconfig::contents::SectionType;31 ctx.SetCurrentSection(SectionType::System); in BuildLegacySection()
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()
24 using android::linkerconfig::contents::SectionType;32 ctx.SetCurrentSection(SectionType::Other); in BuildIsolatedSection()
29 using android::linkerconfig::contents::SectionType;37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
24 using android::linkerconfig::contents::SectionType;32 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
27 using android::linkerconfig::contents::SectionType;48 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST()