Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_test.h61 virtual bool NativeBridgeIsSupported(const char*) = 0;
100 ON_CALL(*this, NativeBridgeIsSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()
127 MOCK_METHOD1(NativeBridgeIsSupported, bool(const char*));
173 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function
174 return mock->NativeBridgeIsSupported(libpath); in NativeBridgeIsSupported()
Dnative_loader.cpp314 if (NativeBridgeIsSupported(path_arg)) { in OpenNativeLibrary()
/art/libnativebridge/tests/
DCompleteFlow_test.cpp33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
/art/libnativebridge/include/nativebridge/
Dnative_bridge.h91 bool NativeBridgeIsSupported(const char* libpath);
/art/libnativebridge/
Dnative_bridge.cc578 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function