Lines Matching refs:handle1
844 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
845 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
851 ASSERT_TRUE(handle1 != handle2); in TEST()
855 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
866 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
878 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
888 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
902 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_internal_extern_string")); in TEST()
908 dlclose(handle1); in TEST()
1390 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1391 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1422 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
1428 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
1434 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
1439 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
1444 dlclose(handle1); in TEST()
1521 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1522 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1545 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
1555 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
1566 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
1576 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
1589 dlclose(handle1); in TEST()
1774 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1775 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1781 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1782 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1788 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1789 ASSERT_TRUE(handle1 == nullptr); in TEST()