/aosp_15_r20/libnativehelper/ |
H A D | libnativehelper_lazy.c | 129 BIND_SYMBOL(JniInvocationGetLibrary); in InitializeOnce() 272 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary() function 274 INVOKE_METHOD(JniInvocationGetLibrary, M, library, buffer); in JniInvocationGetLibrary()
|
H A D | JniInvocation.c | 162 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary() function 185 library_name = JniInvocationGetLibrary(library_name, buffer); in JniInvocationInit()
|
H A D | libnativehelper.map.txt | 22 JniInvocationGetLibrary;
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include_platform/nativehelper/ |
D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/libnativehelper/include_platform/nativehelper/ |
H A D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/libnativehelper/include_platform/nativehelper/ |
D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/libnativehelper/include_platform/nativehelper/ |
D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include_platform/nativehelper/ |
D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include_platform/nativehelper/ |
D | JniInvocation.h | 79 const char* JniInvocationGetLibrary(const char* library, char* buffer); 115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libnativehelper/ |
D | stubs_riscv64.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
|
D | stubs_arm64.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
|
D | stubs_arm.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
|
/aosp_15_r20/libnativehelper/tests_mts/ |
H A D | README.md | 19 JniInvocationGetLibrary 38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which
|
/aosp_15_r20/system/extras/module_ndk_libs/libnativehelper/ |
H A D | libnativehelper.map.txt | 22 JniInvocationGetLibrary;
|
/aosp_15_r20/libnativehelper/tests/ |
H A D | libnativehelper_lazy_test.cpp | 50 EXPECT_DEATH(JniInvocationGetLibrary("a", NULL), kLoadFailed); in TEST_F()
|
/aosp_15_r20/out/soong/.intermediates/libnativehelper/libnativehelper/android_arm64_armv8-2a_cortex-a55_shared_apex31/ |
D | libnativehelper.so.toc | 70 65: FUNC GLOBAL PROTECTED 14 JniInvocationGetLibrary
|
/aosp_15_r20/out/soong/.intermediates/system/incremental_delivery/libdataloader/libdataloader/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libdataloader.so.toc | 104 99: FUNC GLOBAL PROTECTED 15 JniInvocationGetLibrary
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libandroid_runtime/ |
D | stubs_riscv64.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 1073 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
|
D | stubs_arm64.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 1073 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
|
D | stubs_arm.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 1564 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
|
/aosp_15_r20/out/soong/.intermediates/libnativehelper/libnativehelper_any_vm/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/obj/libnativehelper/ |
D | JniInvocation.sdump | 3462 "function_name" : "JniInvocationGetLibrary", 3463 "linker_set_key" : "JniInvocationGetLibrary",
|
/aosp_15_r20/out/soong/.intermediates/libnativehelper/libnativehelper_lazy/android_arm64_armv8-2a_cortex-a55_static_cfi_sabi/obj/libnativehelper/ |
D | libnativehelper_lazy.sdump | 3564 "function_name" : "JniInvocationGetLibrary", 3565 "linker_set_key" : "JniInvocationGetLibrary",
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/jni/libandroid_runtime/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libandroid_runtime.so.toc | 3822 3817: FUNC GLOBAL PROTECTED 16 JniInvocationGetLibrary
|