Home
last modified time | relevance | path

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

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