Searched refs:NativeBridgeIsSupported (Results 1 – 6 of 6) sorted by relevance
33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
93 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function94 static auto f = GET_FUNC_PTR(NativeBridgeIsSupported); in NativeBridgeIsSupported()
21 NativeBridgeIsSupported;
509 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function
82 bool NativeBridgeIsSupported(const char* libpath);
873 if (NativeBridgeIsSupported(path_arg)) { in OpenNativeLibrary()