Home
last modified time | relevance | path

Searched refs:SetCurrentSection (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/linkerconfig/contents/section/
H A Dpostinstall.cc36 ctx.SetCurrentSection(SectionType::Other); in BuildPostInstallSection()
H A Dlegacy.cc31 ctx.SetCurrentSection(SectionType::System); in BuildLegacySection()
H A Disolated.cc32 ctx.SetCurrentSection(SectionType::Other); in BuildIsolatedSection()
H A Dproduct.cc34 ctx.SetCurrentSection(SectionType::Product); in BuildProductSection()
H A Dunrestricted.cc37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
H A Dvendor.cc34 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection()
H A Dsystem.cc33 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
H A Dapexdefault.cc46 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h59 void SetCurrentSection(SectionType value);
/aosp12/system/linkerconfig/contents/tests/configuration/
H A Dvndk_test.cc52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST()
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection() function in android::linkerconfig::contents::Context