HomeSort by relevance Sort by last modified time
    Searched refs:dlerror (Results 126 - 150 of 254) sorted by null

1 2 3 4 56 7 8 91011

  /external/compiler-rt/test/tsan/
load_shared_lib.cc 61 printf("error in dlopen(): %s\n", dlerror());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h 83 extern char *dlerror (void) __THROW;
123 message to be fetched with `dlerror'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 83 extern char *dlerror (void) __THROW;
123 message to be fetched with `dlerror'. */
  /frameworks/opt/emoji/
EmojiFactory.cpp 78 const char* error_str = dlerror();
89 const char* error_str = dlerror();
  /system/bt/hci/src/
vendor.c 54 LOG_ERROR("%s unable to open %s: %s", __func__, VENDOR_LIBRARY_NAME, dlerror());
60 LOG_ERROR("%s unable to find symbol %s in %s: %s", __func__, VENDOR_LIBRARY_SYMBOL_NAME, VENDOR_LIBRARY_NAME, dlerror());
  /external/mesa3d/src/gbm/main/
backend.c 76 "failed to load module: %s\n", dlerror());
  /external/valgrind/auxprogs/
getoff.c 159 "dlinfo error %s\n", dlerror());
  /ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 107 dlerror());
  /hardware/ril/rild/
rild.c 305 RLOGE("dlopen failed: %s", dlerror());
320 dlerror(); // Clear any previous dlerror
324 err_str = dlerror();
  /hardware/qcom/audio/hal/msm8974/
platform.c 547 dlerror());
554 __func__, dlerror());
561 __func__, dlerror());
568 __func__, dlerror());
575 __func__, dlerror());
582 __func__, dlerror());
589 __func__, dlerror());
596 __func__, dlerror());
603 __func__, dlerror());
610 __func__, dlerror());
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 339 error = ::dlerror();
347 error = ::dlerror();
653 dlerror(); /* Clear any existing error */
659 if ((error = dlerror()) != NULL) {
664 dlerror(); /* Clear any existing error */
666 if ((error = dlerror()) != NULL) {
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc.cpp 339 error = ::dlerror();
347 error = ::dlerror();
653 dlerror(); /* Clear any existing error */
659 if ((error = dlerror()) != NULL) {
664 dlerror(); /* Clear any existing error */
666 if ((error = dlerror()) != NULL) {
  /external/llvm/lib/Support/
DynamicLibrary.cpp 62 if (errMsg) *errMsg = dlerror();
  /external/openfst/src/include/fst/
generic-register.h 79 LOG(ERROR) << "GenericRegister::GetEntry : " << dlerror();
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 89 ALOGE("unable to dlopen %s: %s", libName.c_str(), dlerror());
  /frameworks/base/cmds/interrupter/
interrupter.h 70 fprintf(stderr, "Error hooking " #sym ": %s\n", dlerror()); \
  /frameworks/base/media/mca/filterfw/native/core/
native_program.cpp 49 ALOGE("NativeProgram: Error opening library: '%s': %s", lib_name.c_str(), dlerror());
  /hardware/libhardware/
hardware.c 81 char const *err_str = dlerror();
  /hardware/qcom/audio/hal/audio_extn/
hwdep_cal.c 137 dlerror());
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 522 dlerror(); /* Clear any existing error */
528 if ((error = dlerror()) != NULL) {
533 dlerror(); /* Clear any existing error */
535 if ((error = dlerror()) != NULL) {
  /ndk/sources/android/crazy_linker/tests/
bench_load_library.cpp 78 Panic("Could not load library with dlopen(): %s\n", dlerror());
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 123 CCPTR dlerror();
142 CCPTR err = dlerror();
  /bionic/linker/
dlfcn.cpp 55 const char* dlerror() { function
198 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_it"
220 ELFW(SYM_INITIALIZER)( 21, &dlerror, 1),
  /external/google-breakpad/src/common/linux/
http_upload.cc 77 dlerror(); // Clear dlerror before attempting to open libraries.
86 *error_description = dlerror();
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
383 const char* err = dlerror();

Completed in 3570 milliseconds

1 2 3 4 56 7 8 91011