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

  /system/core/libnativebridge/tests/
CompleteFlow_test.cpp 33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr));
  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 78 bool NativeBridgeIsSupported(const char* libpath);
112 // Different from NativeBridgeIsSupported(), the *path* here must be a directory containing
116 // Use NativeBridgeIsSupported() instead in non-namespace scenario.
  /system/core/libnativebridge/
native_bridge.cc 504 bool NativeBridgeIsSupported(const char* libpath) {
  /system/core/libnativeloader/
native_loader.cpp 723 if (NativeBridgeIsSupported(path_arg)) {

Completed in 62 milliseconds