Searched refs:dlerror (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp48 dlerror(); // Clear any pending errors.
51 ASSERT_TRUE(dlerror() == NULL);
68 dlerror();
94 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror());
96 ASSERT_STREQ("/does/not/exist: cannot open shared object file: No such file or directory", dlerror());
102 return reinterpret_cast<void*>(strdup(dlerror()));
107 const char* main_thread_error = dlerror();
122 dlerror(); // Clear any pending errors.
125 ASSERT_TRUE(dlerror() == NULL);
134 ASSERT_SUBSTR("dlsym library handle is null", dlerror());
[all...]
H A Ddlext_test.cpp34 ASSERT_TRUE(ptr != NULL) << "dlerror: " << dlerror()
37 ASSERT_EQ(0, i) << "dlerror: " << dlerror()
60 // call dlerror() to swallow the error, and check it was the one we wanted
61 ASSERT_STREQ("undefined symbol: getRandomNumber", dlerror());
208 fprintf(stderr, "in child: %s\n", dlerror());
331 fprintf(stderr, "in child: %s\n", dlerror());
/bionic/libc/include/
H A Ddlfcn.h48 extern const char* dlerror(void);
/bionic/libdl/
H A Dlibdl.c26 const char* dlerror(void) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp53 const char* dlerror() { function
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
206 ELFW(SYM_INITIALIZER)( 21, &dlerror, 1),
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp408 getprogname(), so_name, g_malloc_debug_level, dlerror());

Completed in 1891 milliseconds