HomeSort by relevance Sort by last modified time
    Searched refs:isPathSupported (Results 1 - 4 of 4) sorted by null

  /system/core/libnativebridge/tests/
DummyNativeBridge3.cpp 120 .isPathSupported = &native_bridge3_isPathSupported,
  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 214 // Use isPathSupported instead in namespace scenario.
282 bool (*isPathSupported)(const char* library_path);
  /system/core/libnativebridge/
native_bridge.cc 554 return callbacks->isPathSupported(path);
  /art/test/115-native-bridge/
nativebridge.cc 666 .isPathSupported = &native_bridge_isPathSupported,

Completed in 812 milliseconds