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

  /system/core/libnativebridge/tests/
CompleteFlow_test.cpp 34 ASSERT_EQ(nullptr, NativeBridgeLoadLibrary(nullptr, 0));
  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 68 void* NativeBridgeLoadLibrary(const char* libpath, int flag);
161 // Use NativeBridgeLoadLibrary() instead in non-namespace scenario.
  /system/core/libnativebridge/
native_bridge.cc 489 void* NativeBridgeLoadLibrary(const char* libpath, int flag) {
  /system/core/libnativeloader/
native_loader.cpp 725 handle = NativeBridgeLoadLibrary(path_arg, RTLD_NOW);

Completed in 82 milliseconds