Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DCompleteFlow_test.cpp33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h78 bool NativeBridgeIsSupported(const char* libpath);
/system/core/libnativebridge/
Dnative_bridge.cc504 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function
/system/core/libnativeloader/
Dnative_loader.cpp723 if (NativeBridgeIsSupported(path_arg)) { in OpenNativeLibrary()