Searched defs:ns_get_dlopened_string1 (Results 1 - 1 of 1) sorted by path

/bionic/tests/
H A Ddlext_test.cpp791 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); local
792 ASSERT_TRUE(ns_get_dlopened_string1 != nullptr) << dlerror();
796 EXPECT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string1());
799 ASSERT_TRUE(ns_get_dlopened_string1() != ns_get_dlopened_string2());

Completed in 288 milliseconds