Searched refs:JniInvocationGetLibraryWith (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/libnativehelper/tests/ |
H A D | JniInvocation_test.cpp | 28 const char* result = JniInvocationGetLibraryWith(nullptr, true, kTestNonNull2); in TEST() 31 result = JniInvocationGetLibraryWith(kTestNonNull, true, kTestNonNull2); in TEST() 34 result = JniInvocationGetLibraryWith(kTestNonNull, true, nullptr); in TEST() 37 result = JniInvocationGetLibraryWith(nullptr, true, nullptr); in TEST() 42 const char* result = JniInvocationGetLibraryWith(nullptr, false, kTestNonNull2); in TEST() 45 result = JniInvocationGetLibraryWith(kTestNonNull, false, kTestNonNull2); in TEST() 48 result = JniInvocationGetLibraryWith(kTestNonNull, false, nullptr); in TEST() 51 result = JniInvocationGetLibraryWith(nullptr, false, nullptr); in TEST()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libnativehelper/ |
D | stubs_riscv64.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibraryWith); 102 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibraryWith); in init_stub_library()
|
D | stubs_arm64.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibraryWith); 102 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibraryWith); in init_stub_library()
|
D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibraryWith); 102 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibraryWith); in init_stub_library()
|
/aosp_15_r20/libnativehelper/ |
H A D | JniInvocation.c | 133 const char* JniInvocationGetLibraryWith(const char* library, in JniInvocationGetLibraryWith() function 168 return JniInvocationGetLibraryWith(library, debuggable, system_preferred_library); in JniInvocationGetLibrary()
|
H A D | JniInvocation-priv.h | 23 const char* JniInvocationGetLibraryWith(const char* library,
|
/aosp_15_r20/out/soong/.intermediates/libnativehelper/libnativehelper/android_arm64_armv8-2a_cortex-a55_shared_apex31/ |
D | libnativehelper.so.toc | 38 33: FUNC GLOBAL PROTECTED 14 JniInvocationGetLibraryWith
|