Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Ddlext_test.cpp1579 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST() local
1580 ASSERT_TRUE(ns_dlopened_string != nullptr) << dlerror(); in TEST()
1583 ASSERT_STREQ("This string is from private namespace (dlopened library)", *ns_dlopened_string); in TEST()
1586 ASSERT_TRUE(*ns_dlopened_string == ns_get_dlopened_string_shared()); in TEST()