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

/bionic/tests/libs/
H A Dnamespaces_root.cpp37 extern "C" const char* ns_get_dlopened_string() { function
/bionic/tests/
H A Ddlext_test.cpp724 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string"));
726 fn_t ns_get_dlopened_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string"));
843 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); local
844 ASSERT_TRUE(ns_get_dlopened_string != nullptr) << dlerror();
846 ASSERT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string());
952 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); local
953 ASSERT_TRUE(ns_get_dlopened_string != nullptr) << dlerror();
954 fn_t ns_get_dlopened_string_shared = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string"));
[all...]

Completed in 52 milliseconds