Searched refs:NativeBridgeIsPathSupported (Results 1 – 6 of 6) sorted by relevance
33 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
128 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function129 static auto f = GET_FUNC_PTR(NativeBridgeIsPathSupported); in NativeBridgeIsPathSupported()
25 NativeBridgeIsPathSupported;
556 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
121 bool NativeBridgeIsPathSupported(const char* path);
250 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str()); in Create()653 bool is_native_bridge = NativeBridgeIsPathSupported(library_path); in InitPublicNamespace()