Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp1480 void* handle_dlopened = in TEST() local
1482 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()
1580 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST()
1664 void* handle_dlopened = in TEST() local
1666 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()
1685 ASSERT_TRUE(handle == handle_dlopened); in TEST()
1687 dlclose(handle_dlopened); in TEST()