Home
last modified time | relevance | path

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

/art/libnativebridge/tests/
DNativeBridgeTestCase3.cpp120 .isPathSupported = &native_bridge3_isPathSupported,
DNativeBridgeTestCase6.cpp123 .isPathSupported = &native_bridge6_isPathSupported,
/art/libnativebridge/include/nativebridge/
Dnative_bridge.h290 bool (*isPathSupported)(const char* library_path); member
/art/libnativebridge/
Dnative_bridge.cc575 return callbacks->isPathSupported(path); in NativeBridgeIsPathSupported()
/art/test/115-native-bridge/
Dnativebridge.cc667 .isPathSupported = &native_bridge_isPathSupported,