Searched defs:ns_get_local_string1 (Results 1 - 1 of 1) sorted by last modified time

/bionic/tests/
H A Ddlext_test.cpp758 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); local
759 ASSERT_TRUE(ns_get_local_string1 != nullptr) << dlerror();
763 EXPECT_STREQ("This string is local to root library", ns_get_local_string1());
766 ASSERT_TRUE(ns_get_local_string1() != ns_get_local_string2());

Completed in 45 milliseconds