Home
last modified time | relevance | path

Searched refs:ns_get_public_extern_string (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/tests/libs/
H A Dnamespaces_root.cpp41 extern "C" const char* ns_get_public_extern_string() { in ns_get_public_extern_string() function
/aosp12/bionic/tests/
H A Ddlext_test.cpp1432 fn_t ns_get_public_extern_string = in TEST() local
1434 ASSERT_TRUE(ns_get_public_extern_string != nullptr) << dlerror(); in TEST()
1436 ASSERT_STREQ("This string is from public namespace", ns_get_public_extern_string()); in TEST()
1564 fn_t ns_get_public_extern_string = in TEST() local
1566 ASSERT_TRUE(ns_get_public_extern_string != nullptr) << dlerror(); in TEST()
1571 ASSERT_STREQ("This string is from public namespace", ns_get_public_extern_string()); in TEST()
1573 ASSERT_TRUE(ns_get_public_extern_string() == ns_get_public_extern_string_shared()); in TEST()