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

1 2 3 4 5 6 7 8 91011

  /external/qemu/android/
dynlink-static.c 46 const char* dlerror(void) function
  /external/fio/os/windows/posix/include/
dlfcn.h 9 char *dlerror(void);
  /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());
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 14 dlerror();
18 dlerror());
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
31 dlerror());
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 38 ALOGE("%s: couldn't dlopen %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
45 __func__, LIB_DRM_VENDOR, dlerror());
51 __func__, LIB_DRM_VENDOR, dlerror());
57 __func__, LIB_DRM_VENDOR, dlerror());
64 __func__, LIB_DRM_VENDOR, dlerror());
71 __func__, LIB_DRM_VENDOR, dlerror());
90 ALOGE("%s: couldn't dlcose %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
  /external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc 20 if (!handle) fprintf(stderr, "%s\n", dlerror());
25 printf("%s\n", dlerror());
26 assert(dlerror() == 0);
  /external/compiler-rt/test/msan/
dlerror.cc 11 char *s = 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/ltrace/testsuite/ltrace.minor/
libdl-simple.c 12 fputs (dlerror(), stderr);
17 if ((error = dlerror()) != NULL) {
  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr);
26 if ((error = dlerror()) != NULL) {
  /external/lldb/test/functionalities/load_unload/
main.c 29 fprintf (stderr, "%s\n", dlerror());
36 fprintf (stderr, "%s\n", dlerror());
45 fprintf (stderr, "%s\n", dlerror());
51 fprintf (stderr, "%s\n", dlerror());
58 fprintf (stderr, "%s\n", dlerror());
65 fprintf (stderr, "%s\n", dlerror());
  /bionic/tests/
dlfcn_test.cpp 50 dlerror(); // Clear any pending errors.
53 ASSERT_TRUE(dlerror() == NULL);
70 dlerror();
127 ASSERT_TRUE(handle != nullptr) << dlerror();
129 ASSERT_TRUE(is_ctor_called != nullptr) << dlerror();
133 ASSERT_TRUE(is_ctor_called != nullptr) << dlerror();
157 ASSERT_TRUE(handle != nullptr) << dlerror();
161 ASSERT_TRUE(fn != nullptr) << dlerror();
196 ASSERT_TRUE(fn != NULL) << dlerror();
198 ASSERT_TRUE(fn2 != NULL) << dlerror();
    [all...]
  /hardware/qcom/gps/core/
ContextBase.cpp 47 dlerror();
51 dlerror();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
61 LOC_LOGD("%s:%d]: lib is NULL. Reason: %s", __func__, __LINE__, dlerror());
81 dlerror();
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
  /external/chromium_org/base/
native_library_posix.cc 32 error->message = dlerror();
41 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 17 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);

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011