Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config_test.cpp220 const NamespaceConfig* ns_vndk = nullptr; in run_linker_config_smoke_test() local
231 ns_vndk = ns.get(); in run_linker_config_smoke_test()
244 ASSERT_TRUE(ns_vndk != nullptr) << "vndk namespace was not found"; in run_linker_config_smoke_test()
246 ASSERT_FALSE(ns_vndk->isolated()); // malformed bool property in run_linker_config_smoke_test()
247 ASSERT_FALSE(ns_vndk->visible()); // undefined bool property in run_linker_config_smoke_test()
248 ASSERT_EQ(expected_vndk_search_path, ns_vndk->search_paths()); in run_linker_config_smoke_test()
250 const auto& ns_vndk_links = ns_vndk->links(); in run_linker_config_smoke_test()