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

  /system/core/libnativeloader/include/nativeloader/
native_loader.h 51 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge);
  /art/runtime/ti/
agent.cc 137 android::CloseNativeLibrary(dlopen_handle, needs_native_bridge);
165 // Don't actually android::CloseNativeLibrary since some agents assume they will never get
  /system/core/libnativeloader/
native_loader.cpp 738 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge) {
  /art/runtime/
java_vm_ext.cc 89 android::CloseNativeLibrary(handle_, needs_native_bridge_);
    [all...]

Completed in 193 milliseconds