Searched refs:CloseNativeLibrary (Results 1 – 7 of 7) sorted by relevance
/art/libnativeloader/ |
D | native_loader_lazy.cpp | 63 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() function 64 static auto f = GET_FUNC_PTR(CloseNativeLibrary); in CloseNativeLibrary()
|
D | native_loader_api_test.cpp | 93 TEST_F(NativeLoaderLazyTest, CloseNativeLibrary) { in TEST_F() argument 95 EXPECT_FALSE(CloseNativeLibrary(nullptr, false, &errmsg)); in TEST_F()
|
D | libnativeloader.map.txt | 24 CloseNativeLibrary; # apex
|
D | native_loader.cpp | 495 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() function
|
/art/libnativeloader/include/nativeloader/ |
D | native_loader.h | 47 __attribute__((visibility("default"))) bool CloseNativeLibrary(void* handle,
|
/art/runtime/ti/ |
D | agent.cc | 142 android::CloseNativeLibrary(dlopen_handle, needs_native_bridge, &nativeloader_error_msg); in DoDlOpen()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 95 if (!android::CloseNativeLibrary(handle_, needs_native_bridge_, &error_msg)) { in ~SharedLibrary()
|