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

/bionic/tests/
H A Ddlext_test.cpp760 fn_t ns_get_local_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_local_string")); local
761 ASSERT_TRUE(ns_get_local_string2 != nullptr) << dlerror();
764 EXPECT_STREQ("This string is local to root library", ns_get_local_string2());
766 ASSERT_TRUE(ns_get_local_string1() != ns_get_local_string2());
814 ASSERT_STREQ("This string is local to root library", ns_get_local_string2());

Completed in 33 milliseconds