Home
last modified time | relevance | path

Searched refs:isPathSupported (Results 1 – 3 of 3) sorted by relevance

/system/core/libnativebridge/tests/
DDummyNativeBridge3.cpp120 .isPathSupported = &native_bridge3_isPathSupported,
/system/core/include/nativebridge/
Dnative_bridge.h282 bool (*isPathSupported)(const char* library_path); member
/system/core/libnativebridge/
Dnative_bridge.cc570 return callbacks->isPathSupported(path); in NativeBridgeIsPathSupported()