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

1 2 3 4 56 7 8 91011>>

  /libnativehelper/
JniInvocation.cpp 47 dlclose(handle_);
157 dlclose(handle_);
  /external/chromium_org/net/dns/
dns_config_watcher_mac.cc 44 dlclose(handle_);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlopen.h 29 * Wrapper functions for dlopen(), dlsym(), dlclose().
93 * Wrapper for dlclose().
101 dlclose(handle);
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 67 // TODO(pbos): Remove this dlclose() exclusion when leaks and suppressions from
70 // Skip dlclose() on AddressSanitizer as leaks including this module in the
75 if (dlclose(handle) != 0) {
  /external/compiler-rt/test/asan/TestCases/
dlclose-test.cc 12 // This sublte test assumes that after a foo.so is dlclose-d
59 // Now dlclose the shared library.
60 printf("attempting to dlclose\n");
61 if (dlclose(lib)) {
62 printf("failed to dlclose\n");
  /external/e2fsprogs/lib/ss/
get_readline.c 33 dlclose(info->readline_handle);
  /external/mesa3d/src/mesa/main/
dlopen.h 29 * Wrapper functions for dlopen(), dlsym(), dlclose().
93 * Wrapper for dlclose().
101 dlclose(handle);
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 197 dlclose(handle);
205 dlclose(handle);
212 * dlclose() when the EAP method is unregistered. */
260 dlclose(handle);
366 dlclose(handle);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 89 if (dlclose(api->handle)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
dlfcn.h 60 The handle cannot be used again after calling `dlclose'. */
61 extern int dlclose (void *__handle) __THROW __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h 60 The handle cannot be used again after calling `dlclose'. */
61 extern int dlclose (void *__handle) __THROW __nonnull ((1));
  /bionic/libc/bionic/
malloc_debug_common.cpp 417 dlclose(malloc_impl_handle);
421 dlclose(malloc_impl_handle);
433 dlclose(malloc_impl_handle);
438 dlclose(malloc_impl_handle);
481 dlclose(malloc_impl_handle);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 159 dlclose(pPlugInContainer->hHandle);
179 dlclose(pPlugInContainer->hHandle);
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 199 dlclose(new->handle);
227 if (dlclose(module->handle)) {
228 LOGE("module %s dlclose failed",module->name);
  /external/chromium_org/third_party/webrtc/base/
latebindingsymboltable.cc 141 if (dlclose(handle_) != 0) {
  /external/chromium_org/tools/gyp/test/module/src/
program.c 85 dlclose(dl);
  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 56 dlclose(library->libHandle);
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 20 if ((NULL != ipHandle) && (0 != dlclose(ipHandle)))
22 // dlclose() returns non-zero value if close failed, check for errors
  /system/core/libnativebridge/
native_bridge.cc 187 dlclose(handle);
191 dlclose(handle);
415 dlclose(native_bridge_handle);
435 dlclose(native_bridge_handle);
  /external/openssl/crypto/dso/
dso_dlfcn.c 204 dlclose(ptr);
227 /* For now I'm not aware of any errors associated with dlclose() */
228 dlclose(ptr);
479 dlclose(handle);
  /art/compiler/
elf_writer_test.cc 83 ASSERT_EQ(0, dlclose(dl_oat_so));
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 165 dlclose(sGLESSO);
  /device/moto/shamu/cryptfs_hw/
cryptfs_hw.c 106 dlclose(handle);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 65 dlclose(apple_80211_library_);
  /external/chromium_org/third_party/hwcplus/src/
hardware.c 124 dlclose(handle);

Completed in 929 milliseconds

1 2 3 4 56 7 8 91011>>