Lines Matching refs:handle1
670 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
671 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
677 ASSERT_TRUE(handle1 != handle2); in TEST()
689 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
700 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
712 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
722 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
732 dlclose(handle1); in TEST()
795 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
796 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
824 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
830 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
836 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
841 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
846 dlclose(handle1); in TEST()
897 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
898 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
919 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
929 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
940 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
950 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
963 dlclose(handle1); in TEST()
1084 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1085 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1091 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1092 ASSERT_TRUE(handle1 != nullptr) << dlerror(); in TEST()
1098 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1099 ASSERT_TRUE(handle1 == nullptr); in TEST()