Home
last modified time | relevance | path

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

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