Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp1577 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST() local
1578 ASSERT_TRUE(ns_dlopened_string != nullptr) << dlerror(); in TEST()
1581 ASSERT_STREQ("This string is from private namespace (dlopened library)", *ns_dlopened_string); in TEST()
1584 ASSERT_TRUE(*ns_dlopened_string == ns_get_dlopened_string_shared()); in TEST()