Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_lazy.cpp30 void* GetLibHandle() { in GetLibHandle() function
38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr()
/art/libnativebridge/
Dnative_bridge_lazy.cc30 void* GetLibHandle() { in GetLibHandle() function
38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr()