Home
last modified time | relevance | path

Searched refs:NativeBridgeIsPathSupported (Results 1 – 7 of 7) sorted by relevance

/art/libnativebridge/tests/
DNativeBridge3IsPathSupported_test.cpp33 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
/art/libnativebridge/
Dnative_bridge_lazy.cc133 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
134 static auto f = GET_FUNC_PTR(NativeBridgeIsPathSupported); in NativeBridgeIsPathSupported()
Dlibnativebridge.map.txt25 NativeBridgeIsPathSupported;
Dnative_bridge.cc572 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
/art/libnativeloader/
Dnative_loader_test.cpp76 virtual bool NativeBridgeIsPathSupported(const char*) = 0;
110 ON_CALL(*this, NativeBridgeIsPathSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()
138 MOCK_METHOD1(NativeBridgeIsPathSupported, bool(const char*));
231 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
232 return mock->NativeBridgeIsPathSupported(path); in NativeBridgeIsPathSupported()
375 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations()
Dnative_loader_namespace.cpp93 is_bridged = NativeBridgeIsPathSupported(search_paths.c_str()); in Create()
/art/libnativebridge/include/nativebridge/
Dnative_bridge.h125 bool NativeBridgeIsPathSupported(const char* path);