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