Home
last modified time | relevance | path

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

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