Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DNativeBridge3IsPathSupported_test.cpp33 ASSERT_EQ(true, NativeBridgeIsPathSupported(nullptr)); in TEST_F()
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h117 bool NativeBridgeIsPathSupported(const char* path);
/system/core/libnativeloader/
Dnative_loader.cpp210 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str()); in Create()
526 bool is_native_bridge = NativeBridgeIsPathSupported(library_path); in InitPublicNamespace()
/system/core/libnativebridge/
Dnative_bridge.cc551 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() function