Searched refs:NativeBridgeIsPathSupported (Results 1 – 6 of 6) sorted by relevance
31 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
92 virtual bool NativeBridgeIsPathSupported(const char*) = 0;132 ON_CALL(*this, NativeBridgeIsPathSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()162 MOCK_METHOD1(NativeBridgeIsPathSupported, bool(const char*));255 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function256 return mock->NativeBridgeIsPathSupported(path); in NativeBridgeIsPathSupported()442 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations()
95 is_bridged = NativeBridgeIsPathSupported(search_paths.c_str()); in Create()
359 is_bridged = NativeBridgeIsPathSupported(library_path_utf_chars.c_str()); in OpenNativeLibrary()
147 bool NativeBridgeIsPathSupported(const char* path);
660 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function