Home
last modified time | relevance | path

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

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