Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp35 handle_(NULL), in JniInvocation()
46 if (handle_ != NULL) { in ~JniInvocation()
47 dlclose(handle_); in ~JniInvocation()
111 handle_ = dlopen(library, kDlopenFlags); in Init()
112 if (handle_ == NULL) { in Init()
126 handle_ = dlopen(library, kDlopenFlags); in Init()
127 if (handle_ == NULL) { in Init()
160 *pointer = dlsym(handle_, symbol); in FindSymbol()
163 dlclose(handle_); in FindSymbol()
164 handle_ = NULL; in FindSymbol()
/libnativehelper/include/nativehelper/
DJniInvocation.h59 void* handle_; variable