Home
last modified time | relevance | path

Searched refs:JniInvocationGetLibrary (Results 1 – 11 of 11) sorted by relevance

/aosp12/libnativehelper/include_platform/nativehelper/
H A DJniInvocation.h79 const char* JniInvocationGetLibrary(const char* library, char* buffer);
115 return JniInvocationGetLibrary(library, buffer); in GetLibrary()
/aosp12/libnativehelper/
H A Dlibnativehelper_lazy.c129 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 DJniInvocation.c129 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary() function
152 library_name = JniInvocationGetLibrary(library_name, buffer); in JniInvocationInit()
H A Dlibnativehelper.map.txt22 JniInvocationGetLibrary;
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary);
99 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
H A Dstubs_arm64.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary);
99 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibrary); in init_stub_library()
/aosp12/libnativehelper/tests_mts/
H A DREADME.md19 JniInvocationGetLibrary
38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which
/aosp12/system/extras/module_ndk_libs/libnativehelper/
H A Dlibnativehelper.map.txt22 JniInvocationGetLibrary;
/aosp12/libnativehelper/tests/
H A Dlibnativehelper_lazy_test.cpp50 EXPECT_DEATH(JniInvocationGetLibrary("a", NULL), kLoadFailed); in TEST_F()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary);
1171 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()
H A Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibrary);
1172 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationGetLibrary); in init_stub_library()