Home
last modified time | relevance | path

Searched refs:GetLibrary (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests/
DJniInvocation_test.cpp54 JniInvocation::GetLibrary(NULL, buffer, is_debuggable, get_library_system_property); in TEST()
62 JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, get_library_system_property); in TEST()
78 const char* result = JniInvocation::GetLibrary(NULL, buffer, is_debuggable, nullptr); in TEST()
86 result = JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, nullptr); in TEST()
/libnativehelper/
DJniInvocation.cpp117 static const char* GetLibrary(const char* library,
170 const char* JniInvocationImpl::GetLibrary(const char* library, in GetLibrary() function in JniInvocationImpl
218 library = GetLibrary(library, buffer); in Init()
313 return JniInvocationImpl::GetLibrary(library, buffer); in JniInvocationGetLibrary()
316 MODULE_API const char* JniInvocation::GetLibrary(const char* library, in GetLibrary() function in JniInvocation
320 return JniInvocationImpl::GetLibrary(library, buffer, is_debuggable, get_library_system_property); in GetLibrary()
/libnativehelper/include/nativehelper/
DJniInvocation.h61 static const char* GetLibrary(const char* library, char* buffer) { in GetLibrary() function
69 static const char* GetLibrary(const char* library, char* buffer, bool (*is_debuggable)(),