Home
last modified time | relevance | path

Searched refs:AllowAllSharedLibs (Results 1 – 9 of 9) sorted by relevance

/system/linkerconfig/contents/namespace/
Dapexartdefault.cc31 ns.GetLink("com_android_art").AllowAllSharedLibs(); in BuildApexArtDefaultNamespace()
32 ns.GetLink("system").AllowAllSharedLibs(); in BuildApexArtDefaultNamespace()
Dvndk.cc102 ns.GetLink("sphal").AllowAllSharedLibs(); in BuildVndkNamespace()
106 ns.GetLink("default").AllowAllSharedLibs(); in BuildVndkNamespace()
Disolateddefault.cc30 ns.GetLink(ctx.GetSystemNamespaceName()).AllowAllSharedLibs(); in BuildIsolatedDefaultNamespace()
Dart.cc59 ns.GetLink(ctx.GetSystemNamespaceName()).AllowAllSharedLibs(); in BuildArtNamespace()
Dvndkinsystem.cc65 ns.GetLink("vndk").AllowAllSharedLibs(); in BuildVndkInSystemNamespace()
/system/linkerconfig/modules/
Dlink.cc31 void Link::AllowAllSharedLibs() { in AllowAllSharedLibs() function in android::linkerconfig::modules::Link
/system/linkerconfig/modules/tests/
Dlink_test.cc33 link->AllowAllSharedLibs(); in TEST()
Dmodules_testbase.h40 ns.GetLink(target_2).AllowAllSharedLibs(); in CreateNamespaceWithLinks()
/system/linkerconfig/modules/include/linkerconfig/
Dlink.h41 void AllowAllSharedLibs();