Searched refs:SetTargetApex (Results 1 – 4 of 4) sorted by relevance
161 ctx.SetTargetApex(apex_name); in TEST_F()180 ctx.SetTargetApex(apex_name); in TEST_F()
45 void SetTargetApex(const std::string& target_apex);
52 void BaseContext::SetTargetApex(const std::string& target_apex) { in SetTargetApex() function in android::linkerconfig::modules::BaseContext
212 ctx.SetTargetApex(args.target_apex); in GetContext()