OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLibrary
(Results
1 - 3
of
3
) sorted by null
/libnativehelper/tests/
JniInvocation_test.cpp
109
const char* result = JniInvocation::
GetLibrary
(NULL, buffer);
116
result = JniInvocation::
GetLibrary
(kTestNonNull, buffer);
134
const char* result = JniInvocation::
GetLibrary
(NULL, buffer);
142
result = JniInvocation::
GetLibrary
(kTestNonNull, buffer);
/libnativehelper/include/nativehelper/
JniInvocation.h
45
static const char*
GetLibrary
(const char* library, char* buffer);
/libnativehelper/
JniInvocation.cpp
60
const char* JniInvocation::
GetLibrary
(const char* library, char* buffer) {
103
library =
GetLibrary
(library, buffer);
Completed in 137 milliseconds