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

  /system/core/libnativebridge/tests/
DummyNativeBridge.cpp 28 extern "C" void* native_bridge_loadLibrary(const char* /* libpath */, int /* flag */) {
49 .loadLibrary = &native_bridge_loadLibrary,
  /art/test/115-native-bridge/
nativebridge.cc 423 extern "C" void* native_bridge_loadLibrary(const char* libpath, int flag) {
639 .loadLibrary = &native_bridge_loadLibrary,

Completed in 45 milliseconds