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

/bionic/tests/
H A Ddlext_test.cpp783 fn_t ns_get_public_extern_string2 = local
785 ASSERT_TRUE(ns_get_public_extern_string2 != nullptr) << dlerror();
788 ASSERT_TRUE(ns_get_public_extern_string1() == ns_get_public_extern_string2());
816 ASSERT_STREQ("This string is from public namespace", ns_get_public_extern_string2());

Completed in 61 milliseconds