Searched refs:SetCurrentLinkerConfigType (Results 1 – 6 of 6) sorted by relevance
51 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Vndklite); in CreateBaseConfiguration()53 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Default); in CreateBaseConfiguration()
36 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Recovery); in CreateRecoveryConfiguration()
30 ctx.SetCurrentLinkerConfigType(LinkerConfigType::Legacy); in CreateLegacyConfiguration()
32 ctx.SetCurrentLinkerConfigType( in CreateApexConfiguration()
67 void SetCurrentLinkerConfigType(LinkerConfigType value);
82 void Context::SetCurrentLinkerConfigType(LinkerConfigType config_type) { in SetCurrentLinkerConfigType() function in android::linkerconfig::contents::Context