Home
last modified time | relevance | path

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

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