Home
last modified time | relevance | path

Searched refs:JniInvocationGetLibraryWith (Results 1 – 5 of 5) sorted by relevance

/aosp12/libnativehelper/tests/
H A DJniInvocation_test.cpp28 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()
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibraryWith);
100 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibraryWith); in init_stub_library()
H A Dstubs_arm64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationGetLibraryWith);
100 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationGetLibraryWith); in init_stub_library()
/aosp12/libnativehelper/
H A DJniInvocation.c111 const char* JniInvocationGetLibraryWith(const char* library, in JniInvocationGetLibraryWith() function
135 return JniInvocationGetLibraryWith(library, debuggable, system_preferred_library); in JniInvocationGetLibrary()
H A DJniInvocation-priv.h23 const char* JniInvocationGetLibraryWith(const char* library,