Home
last modified time | relevance | path

Searched refs:NativeBridgeIsSupported (Results 1 – 6 of 6) sorted by relevance

/system/core/libnativebridge/tests/
DCompleteFlow_test.cpp33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
/system/core/libnativebridge/
Dnative_bridge_lazy.cc93 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function
94 static auto f = GET_FUNC_PTR(NativeBridgeIsSupported); in NativeBridgeIsSupported()
Dlibnativebridge.map.txt21 NativeBridgeIsSupported;
Dnative_bridge.cc509 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h82 bool NativeBridgeIsSupported(const char* libpath);
/system/core/libnativeloader/
Dnative_loader.cpp873 if (NativeBridgeIsSupported(path_arg)) { in OpenNativeLibrary()