Home
last modified time | relevance | path

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

/libnativehelper/
DDlHelp.h30 const char* DlGetError();
DJniInvocation.c179 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit()
188 library_name, kDefaultJniInvocationLibrary, DlGetError()); in JniInvocationInit()
192 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit()
DDlHelp.c56 const char* DlGetError() { in DlGetError() function