HomeSort by relevance Sort by last modified time
    Searched defs:dlclose (Results 1 - 8 of 8) sorted by null

  /bionic/libdl/
libdl_static.cpp 41 int dlclose(void* /*handle*/) { function
libdl.cpp 110 int dlclose(void* handle) { function
  /external/iproute2/include/
dlfcn.h 35 static inline int dlclose(void *handle) function
  /external/python/cpython2/PC/os2emx/
dlfcn.c 192 int dlclose(void *handle) function
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 56 extern int dlclose(void * handle) __attribute__((weak_import));
64 #define dlclose darwin_dlclose macro
259 ctypes_dlclose = dlclose;
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 56 extern int dlclose(void * handle) __attribute__((weak_import));
64 #define dlclose darwin_dlclose macro
259 ctypes_dlclose = dlclose;
  /frameworks/av/media/libeffects/factory/
EffectsXmlConfigLoader.cpp 61 * The caller MUST free the resources path (free) and handle (dlclose) if filled.
75 std::unique_ptr<void, decltype(dlclose)*> libHandle(dlopen(path, RTLD_NOW),
76 dlclose); variable
  /external/libxml2/os400/dlfcn/
dlfcn.c 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
1019 dlclose(void * handle) function

Completed in 315 milliseconds