Searched refs:handle_dlopened (Results 1 – 1 of 1) sorted by relevance
1480 void* handle_dlopened = in TEST() local1482 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() local1666 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()1685 ASSERT_TRUE(handle == handle_dlopened); in TEST()1687 dlclose(handle_dlopened); in TEST()