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

/bionic/tests/
H A Ddlfcn_test.cpp293 void* handle1 = dlopen("libdlext_test.so", RTLD_NOW); local
295 ASSERT_TRUE(handle1 != NULL);
297 ASSERT_EQ(handle1, handle2);

Completed in 62 milliseconds