Searched refs:JniInvocationGetLibrary (Results 1 – 11 of 11) sorted by relevance
/aosp12/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()
|
/aosp12/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 | 129 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary() function 152 library_name = JniInvocationGetLibrary(library_name, buffer); in JniInvocationInit()
|
H A D | libnativehelper.map.txt | 22 JniInvocationGetLibrary;
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 99 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
|
H A D | stubs_arm64.cc | 50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 99 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
|
/aosp12/libnativehelper/tests_mts/ |
H A D | README.md | 19 JniInvocationGetLibrary 38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/ |
H A D | libnativehelper.map.txt | 22 JniInvocationGetLibrary;
|
/aosp12/libnativehelper/tests/ |
H A D | libnativehelper_lazy_test.cpp | 50 EXPECT_DEATH(JniInvocationGetLibrary("a", NULL), kLoadFailed); in TEST_F()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 1171 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
|
H A D | stubs_arm64.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary); 1172 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
|