Searched defs:ns_dlopened_string (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Ddlext_test.cpp956 const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlopened_string")); local
957 ASSERT_TRUE(ns_dlopened_string != nullptr) << dlerror();
960 ASSERT_STREQ("This string is from private namespace (dlopened library)", *ns_dlopened_string);
963 ASSERT_TRUE(*ns_dlopened_string == ns_get_dlopened_string_shared());

Completed in 7 milliseconds