Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_lazy.cpp63 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()
Dnative_loader_api_test.cpp93 TEST_F(NativeLoaderLazyTest, CloseNativeLibrary) { in TEST_F() argument
95 EXPECT_FALSE(CloseNativeLibrary(nullptr, false, &errmsg)); in TEST_F()
Dlibnativeloader.map.txt24 CloseNativeLibrary; # apex
Dnative_loader.cpp495 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.cc95 if (!android::CloseNativeLibrary(handle_, needs_native_bridge_, &error_msg)) { in ~SharedLibrary()