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()
35 ctx.SetCurrentSection(SectionType::Other); in BuildApexArtSection()
37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
34 ctx.SetCurrentSection(SectionType::Product); in BuildProductSection()
34 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection()
32 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
37 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
66 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