Searched refs:NativeBridgeIsPathSupported (Results 1 – 7 of 7) sorted by relevance
33 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
133 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function134 static auto f = GET_FUNC_PTR(NativeBridgeIsPathSupported); in NativeBridgeIsPathSupported()
25 NativeBridgeIsPathSupported;
572 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
76 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() function232 return mock->NativeBridgeIsPathSupported(path); in NativeBridgeIsPathSupported()375 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations()
93 is_bridged = NativeBridgeIsPathSupported(search_paths.c_str()); in Create()
125 bool NativeBridgeIsPathSupported(const char* path);