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