Home
last modified time | relevance | path

Searched refs:target_apex (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/linkerconfig/contents/tests/configuration/
H A Dapexconfig_test.cc56 auto target_apex = PrepareApex("target", {}, {}); in TEST_F() local
58 ctx, target_apex); in TEST_F()
71 auto target_apex = PrepareApex("target", {}, {"a.so", "b.so"}); in TEST_F() local
73 ctx, target_apex); in TEST_F()
/aosp12/system/linkerconfig/
H A Dmain.cc265 const android::linkerconfig::modules::ApexInfo& target_apex) { in GenerateApexConfiguration() argument
266 std::string dir_path = base_dir + "/" + target_apex.name; in GenerateApexConfiguration()
272 android::linkerconfig::contents::CreateApexConfiguration(ctx, target_apex), in GenerateApexConfiguration()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dapexconfig.h27 const android::linkerconfig::modules::ApexInfo& target_apex);
H A Dsectionbuilder.h31 const android::linkerconfig::modules::ApexInfo& target_apex); typedef