OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeBridgeLoadLibrary
(Results
1 - 5
of
5
) sorted by null
/system/core/libnativebridge/tests/
CompleteFlow_test.cpp
34
ASSERT_EQ(nullptr,
NativeBridgeLoadLibrary
(nullptr, 0));
/system/core/include/nativebridge/
native_bridge.h
65
void*
NativeBridgeLoadLibrary
(const char* libpath, int flag);
/system/core/libnativebridge/
native_bridge.cc
487
void*
NativeBridgeLoadLibrary
(const char* libpath, int flag) {
/frameworks/base/core/jni/
android_app_NativeActivity.cpp
274
handle =
NativeBridgeLoadLibrary
(pathStr, RTLD_LAZY);
/art/runtime/
java_vm_ext.cc
799
handle = android::
NativeBridgeLoadLibrary
(path_str, RTLD_NOW);
[
all
...]
Completed in 437 milliseconds