Home
last modified time | relevance | path

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

/bionic/tests/libs/
Dnamespaces_root.cpp33 extern "C" const char* ns_get_local_string() { in ns_get_local_string() function
/bionic/tests/
Ddlext_test.cpp1422 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST() local
1423 ASSERT_TRUE(ns_get_local_string != nullptr) << dlerror(); in TEST()
1425 ASSERT_STREQ("This string is local to root library", ns_get_local_string()); in TEST()
1545 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST() local
1546 ASSERT_TRUE(ns_get_local_string != nullptr) << dlerror(); in TEST()
1550 ASSERT_STREQ("This string is local to root library", ns_get_local_string()); in TEST()
1552 ASSERT_TRUE(ns_get_local_string() != ns_get_local_string_shared()); in TEST()