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

/bionic/tests/
H A Ddlext_test.cpp726 fn_t ns_get_dlopened_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string")); local
727 ASSERT_TRUE(ns_get_dlopened_string2 != nullptr) << dlerror();
730 EXPECT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string2());
732 ASSERT_TRUE(ns_get_dlopened_string1() != ns_get_dlopened_string2());
740 ASSERT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string2());

Completed in 43 milliseconds