HomeSort by relevance Sort by last modified time
    Searched refs:dlerror (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/qemu/
dynlink-static.c 46 const char* dlerror(void) function
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 27 fprintf(stderr, "Could not open self-executable with dlopen(NULL) !!: %s\n", dlerror());
32 fprintf(stderr, "Could not lookup symbol inside executable !!: %s\n", dlerror());
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror());
55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror());
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr);
26 if ((error = dlerror()) != NULL) {
  /bionic/tests/
dlfcn_test.cpp 36 dlerror(); // Clear any pending errors.
39 ASSERT_TRUE(dlerror() == NULL);
57 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror());
59 ASSERT_STREQ("/does/not/exist: cannot open shared object file: No such file or directory", dlerror());
65 return reinterpret_cast<void*>(strdup(dlerror()));
70 const char* main_thread_error = dlerror();
85 dlerror(); // Clear any pending errors.
88 ASSERT_TRUE(dlerror() == NULL);
96 ASSERT_SUBSTR("dlsym library handle is null", dlerror());
98 ASSERT_SUBSTR("undefined symbol: test", dlerror()); // glibc isn't specific about the failure
    [all...]
  /external/chromium/base/
native_library_linux.cc 28 *error = dlerror();
37 LOG(ERROR) << "dlclose failed: " << dlerror();
  /external/chromium_org/base/
native_library_posix.cc 28 *error = dlerror();
37 DLOG(ERROR) << "dlclose failed: " << dlerror();
  /development/ndk/platforms/android-3/include/
dlfcn.h 37 extern const char* dlerror(void);
  /external/iproute2/include/
dlfcn.h 29 static inline char *dlerror(void) function
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Library.c 53 return dlerror();
  /ndk/tests/device/whole-static-libs/jni/
main.c 15 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);

Completed in 3191 milliseconds

1 2 3 4 5 6 7 8 9