OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlclose
(Results
126 - 150
of
632
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libchrome/base/
native_library_posix.cc
39
int ret =
dlclose
(library);
41
DLOG(ERROR) << "
dlclose
failed: " << dlerror();
/external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc
12
// This sublte test assumes that after a foo.so is
dlclose
-d
66
// Now
dlclose
the shared library.
67
printf("attempting to
dlclose
\n");
68
if (
dlclose
(lib)) {
69
printf("failed to
dlclose
\n");
coverage-module-unloaded.cc
42
dlclose
(bar1 < bar2 ? handle1 : handle2);
44
dlclose
(bar1 < bar2 ? handle2 : handle1);
/external/mesa3d/src/mesa/main/
dlopen.h
29
* Wrapper functions for dlopen(), dlsym(),
dlclose
().
93
* Wrapper for
dlclose
().
101
dlclose
(handle);
/external/smali/deodexerant/
deodexerant.c
65
dlclose
(libdvm);
79
dlclose
(libdvm);
92
dlclose
(libdvm);
/external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc
50
// TODO(pbos): Remove this
dlclose
() exclusion when leaks and suppressions from
53
// Skip
dlclose
() on AddressSanitizer as leaks including this module in the
58
if (
dlclose
(handle) != 0) {
/bionic/libdl/
libdl.map.txt
23
dlclose
;
/bionic/tests/libs/
dlopen_testlib_dlopen_from_ctor.cpp
21
dlclose
(handle);
/development/ndk/tests/dlclose-destruction/jni/
main.c
35
dlclose
(lib);
/external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp
23
dlclose
(fLibrary);
/external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp
27
dlclose
(fLibrary);
/external/valgrind/cachegrind/tests/
dlclose.c
34
dlclose
(handle);
/ndk/tests/device/whole-static-libs/jni/
main.c
30
dlclose
(lib);
/bionic/libc/arch-arm/bionic/
atexit_legacy.c
50
* on
dlclose
(), and when they are called (at program exit), the
51
* calling library may have been
dlclose
()'d, causing the program to
/external/valgrind/exp-sgcheck/tests/
preen_invars.c
27
the subsequent
dlclose
(hence munmap) causes it to get preened.
48
r =
dlclose
(hdl);
/bionic/tests/
dlext_test.cpp
83
ASSERT_DL_ZERO(
dlclose
(handle_));
214
dlclose
(handle2);
215
dlclose
(handle);
233
dlclose
(handle2);
234
dlclose
(handle);
247
dlclose
(handle);
264
dlclose
(p);
265
dlclose
(handle);
295
dlclose
(handle);
315
// Check that after
dlclose
reserved address space is unmapped (and can be reused
[
all
...]
/frameworks/native/services/surfaceflinger/
DdmConnection.cpp
110
dlclose
(libandroid_runtime_dso);
113
dlclose
(libart_dso);
/hardware/qcom/media/msm8974/libstagefrighthw/
QComOMXPlugin.cpp
54
dlclose
(mLibHandle);
65
dlclose
(mLibHandle);
/hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXPlugin.cpp
54
dlclose
(mLibHandle);
65
dlclose
(mLibHandle);
/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
/art/runtime/
code_simulator_container.cc
51
dlclose
(libart_simulator_handle_);
/external/avahi/avahi-client/
check-nss.c
48
dlclose
(dl);
/external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc
29
dlclose
(handle);
stack-trace-dlclose.cc
34
dlclose
(handle);
/external/compiler-rt/test/tsan/
dl_iterate_phdr.cc
47
dlclose
(lib);
Completed in 1432 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>