Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/modules/tests/
H A Dnamespace_test.cc105 ns.AddAllowedLib("allowed_libs_path1"); in TEST()
106 ns.AddAllowedLib("allowed_libs_path2"); in TEST()
/aosp12/system/linkerconfig/contents/namespace/
H A Dvndkinsystem.cc51 ns.AddAllowedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES"));
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dnamespace.h56 void AddAllowedLib(const std::string& path);
/aosp12/system/linkerconfig/modules/
H A Dnamespace.cc134 void Namespace::AddAllowedLib(const std::string& path) { in AddAllowedLib() function in android::linkerconfig::modules::Namespace