Searched refs:ns_get_public_extern_string (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/libs/
H A Dnamespaces_root.cpp41 extern "C" const char* ns_get_public_extern_string() { function
/bionic/tests/
H A Ddlext_test.cpp781 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
784 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_public_extern_string"));
1252 fn_t ns_get_public_extern_string = local
1253 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
1254 ASSERT_TRUE(ns_get_public_extern_string != nullptr) << dlerror();
1256 ASSERT_STREQ("This string is from public namespace", ns_get_public_extern_string());
1363 fn_t ns_get_public_extern_string = local
1364 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
1365 ASSERT_TRUE(ns_get_public_extern_string != nullptr) << dlerror();
1367 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_public_extern_string"));
[all...]

Completed in 63 milliseconds