Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniInvocation_test.cpp109 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F()
116 result = JniInvocation::GetLibrary(kTestNonNull, buffer); in TEST_F()
134 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F()
142 result = JniInvocation::GetLibrary(kTestNonNull, buffer); in TEST_F()
/libnativehelper/
DJniInvocation.cpp60 const char* JniInvocation::GetLibrary(const char* library, char* buffer) { in GetLibrary() function in JniInvocation
103 library = GetLibrary(library, buffer); in Init()
/libnativehelper/include/nativehelper/
DJniInvocation.h45 static const char* GetLibrary(const char* library, char* buffer);