Searched refs:handle2 (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp82 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); local
84 ASSERT_TRUE(handle2 != NULL);
85 ASSERT_TRUE(handle == handle2);
87 ASSERT_EQ(0, dlclose(handle2));
294 void* handle2 = dlopen("libdlext_test_v2.so", RTLD_NOW); local
296 ASSERT_TRUE(handle2 != NULL);
297 ASSERT_EQ(handle1, handle2);

Completed in 49 milliseconds