Searched refs:liblog_handle (Results 1 – 1 of 1) sorted by relevance
34 void* liblog_handle = dlopen("liblog.so", RTLD_NOW); in GetLibLogFunctions() local35 if (liblog_handle == nullptr) { in GetLibLogFunctions()43 reinterpret_cast<decltype(LibLogFunctions::name)>(dlsym(liblog_handle, #name)); \ in GetLibLogFunctions()