Home
last modified time | relevance | path

Searched refs:dlextinfo (Results 1 – 2 of 2) sorted by relevance

/art/libnativebridge/
Dnative_bridge.cc59 const android_dlextinfo dlextinfo = { in OpenSystemLibrary() local
63 return android_dlopen_ext(path, flags, &dlextinfo); in OpenSystemLibrary()
/art/libnativeloader/
Dnative_loader.cpp292 const android_dlextinfo dlextinfo = { in OpenNativeLibrary() local
296 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()