Home
last modified time | relevance | path

Searched refs:JniInvocationInit (Results 1 – 6 of 6) sorted by relevance

/libnativehelper/include_platform/nativehelper/
DJniInvocation.h56 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library);
107 return JniInvocationInit(impl_, library) != 0; in Init()
/libnativehelper/tests_mts/
DREADME.md18 JniInvocationInit
24 `JniInvocationInit()` is responsible for binding the ART runtime and
38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which
/libnativehelper/
Dlibnativehelper.map.txt21 JniInvocationInit;
Dlibnativehelper_lazy.c130 BIND_SYMBOL(JniInvocationInit); in InitializeOnce()
267 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library) { in JniInvocationInit() function
269 INVOKE_METHOD(JniInvocationInit, M, instance, library); in JniInvocationInit()
DJniInvocation.c168 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library_name) { in JniInvocationInit() function
/libnativehelper/tests/
Dlibnativehelper_lazy_test.cpp51 EXPECT_DEATH(JniInvocationInit(NULL, "a"), kLoadFailed); in TEST_F()