Home
last modified time | relevance | path

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

/system/linkerconfig/modules/tests/
Dnamespace_test.cc127 ns.AddAllowedLib("allowed_libs_path1"); in TEST()
128 ns.AddAllowedLib("allowed_libs_path2"); in TEST()
/system/linkerconfig/contents/namespace/
Dvndkinsystem.cc49 ns.AddAllowedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES")); in BuildVndkInSystemNamespace()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h61 void AddAllowedLib(const std::string& path);
/system/linkerconfig/modules/
Dnamespace.cc150 void Namespace::AddAllowedLib(const std::string& path) { in AddAllowedLib() function in android::linkerconfig::modules::Namespace