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