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

/bionic/tests/
H A Ddlext_test.cpp780 fn_t ns_get_public_extern_string1 = local
782 ASSERT_TRUE(ns_get_public_extern_string1 != nullptr) << dlerror();
787 EXPECT_STREQ("This string is from public namespace", ns_get_public_extern_string1());
788 ASSERT_TRUE(ns_get_public_extern_string1() == ns_get_public_extern_string2());

Completed in 31 milliseconds