Home
last modified time | relevance | path

Searched refs:CloseNativeLibrary (Results 1 – 6 of 6) sorted by relevance

/art/libnativeloader/
Dnative_loader_lazy.cpp68 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() function
69 static auto f = GET_FUNC_PTR(CloseNativeLibrary); in CloseNativeLibrary()
Dlibnativeloader.map.txt23 CloseNativeLibrary;
Dnative_loader.cpp190 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() function
/art/libnativeloader/include/nativeloader/
Dnative_loader.h47 __attribute__((visibility("default"))) bool CloseNativeLibrary(void* handle,
/art/runtime/ti/
Dagent.cc142 android::CloseNativeLibrary(dlopen_handle, needs_native_bridge, &nativeloader_error_msg); in DoDlOpen()
/art/runtime/jni/
Djava_vm_ext.cc96 if (!android::CloseNativeLibrary(handle_, needs_native_bridge_, &error_msg)) { in ~SharedLibrary()