Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DNativeBridge3IsPathSupported_test.cpp33 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
/system/core/libnativebridge/
Dnative_bridge_lazy.cc128 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
129 static auto f = GET_FUNC_PTR(NativeBridgeIsPathSupported); in NativeBridgeIsPathSupported()
Dlibnativebridge.map.txt25 NativeBridgeIsPathSupported;
Dnative_bridge.cc556 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h121 bool NativeBridgeIsPathSupported(const char* path);
/system/core/libnativeloader/
Dnative_loader.cpp250 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str()); in Create()
653 bool is_native_bridge = NativeBridgeIsPathSupported(library_path); in InitPublicNamespace()