HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_NOW (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8084/core/
ContextBase.cpp 48 void* lib = dlopen(libName, RTLD_NOW);
79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msm8909/core/
ContextBase.cpp 47 void* lib = dlopen(libName, RTLD_NOW);
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 47 void* lib = dlopen(libName, RTLD_NOW);
70 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msm8994/core/
ContextBase.cpp 47 void* lib = dlopen(libName, RTLD_NOW);
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /art/runtime/
code_simulator_container.cc 29 libart_simulator_handle_ = dlopen(libart_simulator_so_name, RTLD_NOW);
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW);
  /external/compiler-rt/test/asan/TestCases/Linux/
init-order-dlopen.cc 39 void *handle = dlopen(path.c_str(), RTLD_NOW);
  /external/compiler-rt/test/asan/TestCases/Posix/
shared-lib-test.cc 25 void *lib = dlopen(path.c_str(), RTLD_NOW);
asan-symbolize-sanity-test.cc 27 void *lib = dlopen(path.c_str(), RTLD_NOW);
start-deactivated.cc 49 void *dso = dlopen(path.c_str(), RTLD_NOW);
  /external/compiler-rt/test/tsan/
dlclose.cc 37 RTLD_NOW|RTLD_NODELETE);
dl_iterate_phdr.cc 42 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /frameworks/av/drm/libmediadrm/
SharedLibrary.cpp 28 mLibHandle = dlopen(path.string(), RTLD_NOW);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm_legacy.cpp 56 modeHandle = dlopen("libmm-qdcm.so", RTLD_NOW);
  /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);
  /hardware/qcom/gps/msm8996/core/
ContextBase.cpp 68 void* lib = dlopen(libName, RTLD_NOW);
92 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
104 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msmcobalt/core/
ContextBase.cpp 68 void* lib = dlopen(libName, RTLD_NOW);
97 if ((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
110 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 51 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW);
  /bionic/libc/bionic/
NetdClient.cpp 37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_NOW);
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW);
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW);
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 51 void* libart_dso = dlopen("libart.so", RTLD_NOW);
54 void* libandroid_runtime_dso = dlopen("libandroid_runtime.so", RTLD_NOW);
  /external/google-breakpad/src/common/linux/
http_upload.cc 75 void* curl_lib = dlopen(NULL, RTLD_NOW);
82 curl_lib = dlopen("libcurl.so", RTLD_NOW);
87 curl_lib = dlopen("libcurl.so.4", RTLD_NOW);
92 curl_lib = dlopen("libcurl-gnutls.so.4", RTLD_NOW);
95 curl_lib = dlopen("libcurl.so.3", RTLD_NOW);
libcurl_wrapper.cc 44 curl_lib_ = dlopen("libcurl.so", RTLD_NOW);
46 curl_lib_ = dlopen("libcurl.so.4", RTLD_NOW);
49 curl_lib_ = dlopen("libcurl.so.3", RTLD_NOW);
  /bionic/tests/
pthread_dlfcn_test.cpp 43 void* handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL);

Completed in 1355 milliseconds

1 2 34 5 6 7 8 91011>>