Searched refs:handle_dlopened (Results 1 – 1 of 1) sorted by relevance
865 void* handle_dlopened = in TEST() local867 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() local980 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()996 ASSERT_TRUE(handle == handle_dlopened); in TEST()998 dlclose(handle_dlopened); in TEST()