Searched refs:lib_handle_ (Results 1 – 2 of 2) sorted by relevance
194 lib_handle_ = dlopen(VENDOR_LIBRARY_NAME, RTLD_NOW); in Open()195 if (!lib_handle_) { in Open()202 dlsym(lib_handle_, VENDOR_LIBRARY_SYMBOL_NAME)); in Open()301 if (lib_handle_ != nullptr) { in Close()302 dlclose(lib_handle_); in Close()303 lib_handle_ = nullptr; in Close()
61 void* lib_handle_ = nullptr; variable