Searched refs:SetCurrentSection (Results 1 – 11 of 11) sorted by relevance
36 ctx.SetCurrentSection(SectionType::Other); in BuildPostInstallSection()
31 ctx.SetCurrentSection(SectionType::System); in BuildLegacySection()
32 ctx.SetCurrentSection(SectionType::Other); in BuildIsolatedSection()
34 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection()
34 ctx.SetCurrentSection(SectionType::Product); in BuildProductSection()
37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
33 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
46 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
59 void SetCurrentSection(SectionType value);
52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST()
71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection() function in android::linkerconfig::contents::Context