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()
105 handle_ = dlopen(library, RTLD_NOW); in Init()
106 if (handle_ == NULL) { in Init()
120 handle_ = dlopen(library, RTLD_NOW); in Init()
121 if (handle_ == NULL) { in Init()
154 *pointer = dlsym(handle_, symbol); in FindSymbol()
157 dlclose(handle_); in FindSymbol()
158 handle_ = NULL; in FindSymbol()
/libnativehelper/include/nativehelper/
DJniInvocation.h59 void* handle_; variable