Home
last modified time | relevance | path

Searched refs:liblog_handle (Results 1 – 1 of 1) sorted by relevance

/system/libbase/
Dliblog_symbols.cpp34 void* liblog_handle = dlopen("liblog.so", RTLD_NOW); in GetLibLogFunctions() local
35 if (liblog_handle == nullptr) { in GetLibLogFunctions()
43 reinterpret_cast<decltype(LibLogFunctions::name)>(dlsym(liblog_handle, #name)); \ in GetLibLogFunctions()