Home
last modified time | relevance | path

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

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