Home
last modified time | relevance | path

Searched refs:AddApexModule (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/linkerconfig/contents/tests/configuration/
H A Dapexconfig_test.cc68 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()
H A Dbaseconfig_test.cc67 ctx.AddApexModule(ApexInfo( in TEST()
/aosp12/system/linkerconfig/modules/tests/
H A Dsection_test.cc207 ctx.AddApexModule(ApexInfo( in TEST()
209 ctx.AddApexModule( in TEST()
211 ctx.AddApexModule(ApexInfo( in TEST()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dbasecontext.h35 void AddApexModule(ApexInfo apex_module);
/aosp12/system/linkerconfig/modules/
H A Dbasecontext.cc25 void BaseContext::AddApexModule(ApexInfo apex_module) { in AddApexModule() function in android::linkerconfig::modules::BaseContext
/aosp12/system/linkerconfig/contents/tests/configuration/include/
H A Dmockenv.h71 ctx.AddApexModule(vndk_apex); in GenerateContextWithVndk()
/aosp12/system/linkerconfig/contents/tests/backward_compatibility/
H A Ddefault_test.cc33 ctx.AddApexModule(vndk_apex); in SetUp()
/aosp12/system/linkerconfig/
H A Dmain.cc198 ctx.AddApexModule(std::move(apex_info)); in GetContext()