Searched refs:DlGetError (Results 1 – 3 of 3) sorted by relevance
151 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()
30 const char* DlGetError();
56 const char* DlGetError() { in DlGetError() function