OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_bridge_loadLibrary
(Results
1 - 2
of
2
) sorted by null
/system/core/libnativebridge/tests/
DummyNativeBridge.cpp
28
extern "C" void*
native_bridge_loadLibrary
(const char* /* libpath */, int /* flag */) {
49
.loadLibrary = &
native_bridge_loadLibrary
,
/art/test/115-native-bridge/
nativebridge.cc
287
extern "C" void*
native_bridge_loadLibrary
(const char* libpath, int flag) {
470
.loadLibrary = &
native_bridge_loadLibrary
,
Completed in 144 milliseconds