Searched refs:AddApexModule (Results 1 – 8 of 8) sorted by relevance
68 ctx.AddApexModule(PrepareApex("foo", {"a.so"}, {"b.so"})); in TEST_F()69 ctx.AddApexModule(PrepareApex("bar", {"b.so"}, {})); in TEST_F()70 ctx.AddApexModule(PrepareApex("baz", {"c.so"}, {"a.so"})); in TEST_F()
67 ctx.AddApexModule(ApexInfo( in TEST()
207 ctx.AddApexModule(ApexInfo( in TEST()209 ctx.AddApexModule( in TEST()211 ctx.AddApexModule(ApexInfo( in TEST()
35 void AddApexModule(ApexInfo apex_module);
25 void BaseContext::AddApexModule(ApexInfo apex_module) { in AddApexModule() function in android::linkerconfig::modules::BaseContext
71 ctx.AddApexModule(vndk_apex); in GenerateContextWithVndk()
33 ctx.AddApexModule(vndk_apex); in SetUp()
198 ctx.AddApexModule(std::move(apex_info)); in GetContext()