Home
last modified time | relevance | path

Searched refs:android_dlopen_ext (Results 1 – 5 of 5) sorted by relevance

/art/libnativeloader/
Dnative_loader_namespace.cpp167 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load()
Dnative_loader.cpp296 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
Dnative_loader_test.cpp206 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* info) { in android_dlopen_ext() function
/art/libnativebridge/
Dnative_bridge.cc63 return android_dlopen_ext(path, flags, &dlextinfo); in OpenSystemLibrary()
/art/runtime/oat/
Doat_file.cc1333 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo); in Dlopen()