Home
last modified time | relevance | path

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

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