Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp865 void* handle_dlopened = in TEST() local
867 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()
954 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST()
978 void* handle_dlopened = in TEST() local
980 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()
996 ASSERT_TRUE(handle == handle_dlopened); in TEST()
998 dlclose(handle_dlopened); in TEST()