Searched refs:lib_handle_ (Results 1 – 2 of 2) sorted by relevance
198 lib_handle_ = dlopen(VENDOR_LIBRARY_NAME, RTLD_NOW); in Open()199 if (!lib_handle_) { in Open()206 dlsym(lib_handle_, VENDOR_LIBRARY_SYMBOL_NAME)); in Open()305 if (lib_handle_ != nullptr) { in Close()306 dlclose(lib_handle_); in Close()307 lib_handle_ = nullptr; in Close()
61 void* lib_handle_ = nullptr; variable