Searched refs:handle_2 (Results 1 – 1 of 1) sorted by relevance
91 if (handle_2 != nullptr) { in Load()102 handle_2 = dlopen(TRACE_LIB_PATH_2.c_str(), RTLD_NOW | RTLD_LOCAL); in Load()103 if (handle_2 == nullptr) { in Load()112 func##Func = reinterpret_cast<func##Type>(dlsym(handle_2, #func)); \ in Load()134 if (handle_2 != nullptr) { in UnLoad()135 if (dlclose(handle_2) != 0) { in UnLoad()138 handle_2 = nullptr; in UnLoad()143 void* handle_2 = nullptr; variable