Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp793 fn_t ns_get_dlopened_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string")); in TEST() local
794 ASSERT_TRUE(ns_get_dlopened_string2 != nullptr) << dlerror(); in TEST()
797 …EXPECT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string2()… in TEST()
799 ASSERT_TRUE(ns_get_dlopened_string1() != ns_get_dlopened_string2()); in TEST()
817 …ASSERT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string2()… in TEST()