Home
last modified time | relevance | path

Searched refs:SetCurrentLinkerConfigType (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/linkerconfig/contents/configuration/
H A Drecovery.cc36 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Recovery); in CreateRecoveryConfiguration()
H A Dlegacy.cc30 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Legacy); in CreateLegacyConfiguration()
H A Dapexconfig.cc32 ctx.SetCurrentLinkerConfigType( in CreateApexConfiguration()
H A Dbaseconfig.cc50 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Default); in CreateBaseConfiguration()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h60 void SetCurrentLinkerConfigType(LinkerConfigType value);
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc79 void Context::SetCurrentLinkerConfigType(LinkerConfigType config_type) { in SetCurrentLinkerConfigType() function in android::linkerconfig::contents::Context