Searched refs:OpenNativeLibraryInNamespace (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libnativeloader/ |
H A D | native_loader_lazy.cpp | 84 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace() function 86 static auto f = GET_FUNC_PTR(OpenNativeLibraryInNamespace); in OpenNativeLibraryInNamespace()
|
H A D | native_loader_lazy_test.cpp | 97 TEST_F(NativeLoaderLazyTest, OpenNativeLibraryInNamespace) { in TEST_F() argument 105 EXPECT_FALSE(OpenNativeLibraryInNamespace(ns, "libnotfound.so", &needs_native_bridge, &errmsg)); in TEST_F()
|
H A D | native_loader.cpp | 279 return OpenNativeLibraryInNamespace(ns, path, needs_native_bridge, error_msg); in OpenNativeLibrary() 352 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace() function
|
H A D | libnativeloader.map.txt | 25 OpenNativeLibraryInNamespace;
|
/aosp12/art/libnativeloader/include/nativeloader/ |
H A D | native_loader.h | 65 __attribute__((visibility("default"))) void* OpenNativeLibraryInNamespace(
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_layers.cpp | 395 dlhandle_ = OpenNativeLibraryInNamespace(app_namespace, layer.c_str(), in LoadLayers()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | layers_extensions.cpp | 138 dlhandle_ = OpenNativeLibraryInNamespace( in Open()
|