HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 101 - 125 of 445) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /development/ndk/platforms/android-L/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW);
  /external/chromium_org/base/
native_library_posix.cc 23 // dlopen() opens the file off disk.
30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 18 fLibrary = dlopen(
  /external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc 19 void *handle = dlopen(path, RTLD_LAZY);
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-dlopen.cc 50 if (0 == dlopen(path.c_str(), RTLD_NOW)) {
shared-lib-test.cc 25 void *lib = dlopen(path.c_str(), RTLD_NOW);
27 printf("error in dlopen(): %s\n", dlerror());
asan-symbolize-sanity-test.cc 26 void *lib = dlopen(path.c_str(), RTLD_NOW);
28 printf("error in dlopen(): %s\n", dlerror());
start-deactivated.cc 3 // library is instrumented. Memory errors before dlopen are not detected.
36 void *dso = dlopen(path.c_str(), RTLD_NOW);
38 fprintf(stderr, "dlopen failed: %s\n", dlerror());
  /external/compiler-rt/test/lsan/TestCases/
use_tls_dynamic.cc 19 void *handle = dlopen(path.c_str(), RTLD_LAZY);
39 // allocation of a new TLS storage chunk when loaded with dlopen(). We use it
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 18 fLibrary = dlopen(
  /frameworks/av/media/libmediaplayerservice/
SharedLibrary.cpp 29 mLibHandle = dlopen(path.string(), RTLD_NOW);
  /ndk/sources/android/support/tests/
libdl_unittest.cc 15 void *h, *libdl = dlopen("libc.so", RTLD_NOW);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /external/qemu/android/config/
check-pulseaudio.c 46 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW );
48 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW );
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 23 void* dlopen(const char* filename, int flag) { function
64 mHandle = ::dlopen(pFileName, flags);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 92 sGLESSO = dlopen("libGLESv1_CM.so", RTLD_NOW);
94 sGLESSO = dlopen("libGLES_CM.so", RTLD_NOW);
96 sGLESSO = dlopen("libGLES_CL.so", RTLD_NOW);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc 72 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
74 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
76 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
  /bionic/libc/bionic/
NetdClient.cpp 37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_LAZY);
  /bionic/libdl/
libdl.c 25 void* dlopen(const char* filename __unused, int flag __unused) { return 0; } function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dl.c 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
  /external/chromium_org/tools/android/run_pie/
run_pie.c 43 // dlopen should not fail, unless:
47 void* handle = dlopen(argv[0], RTLD_NOW);
49 printf(ERR_PREFIX "dlopen() failed: %s.\n", dlerror());

Completed in 2403 milliseconds

1 2 3 45 6 7 8 91011>>