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

/bionic/tests/
H A Ddlext_test.cpp57 handle_ = NULL;
65 if (handle_ != NULL) {
66 ASSERT_DL_ZERO(dlclose(handle_));
70 void* handle_; member in class:DlExtTest
74 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, NULL);
75 ASSERT_DL_NOTNULL(handle_);
76 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
84 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo);
85 ASSERT_DL_NOTNULL(handle_);
86 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumbe
[all...]

Completed in 64 milliseconds