Searched refs:handle_dlopened (Results 1 – 1 of 1) sorted by relevance
1479 void* handle_dlopened = in TEST() local1481 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()1579 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST()1663 void* handle_dlopened = in TEST() local1665 ASSERT_TRUE(handle_dlopened != nullptr) << dlerror(); in TEST()1684 ASSERT_TRUE(handle == handle_dlopened); in TEST()1686 dlclose(handle_dlopened); in TEST()