HomeSort by relevance Sort by last modified time
    Searched refs:ns_get_public_extern_string (Results 1 - 2 of 2) sorted by null

  /bionic/tests/libs/
namespaces_root.cpp 33 extern "C" const char* ns_get_public_extern_string() { function
  /bionic/tests/
dlext_test.cpp 712 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
715 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_public_extern_string"));
835 fn_t ns_get_public_extern_string = local
836 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
837 ASSERT_TRUE(ns_get_public_extern_string != nullptr) << dlerror();
839 ASSERT_STREQ("This string is from public namespace", ns_get_public_extern_string());
939 fn_t ns_get_public_extern_string = local
    [all...]

Completed in 2750 milliseconds