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_test.h167 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* info) { in android_dlopen_ext() function
Dnative_loader.cpp224 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
/art/libnativebridge/
Dnative_bridge.cc63 return android_dlopen_ext(path, flags, &dlextinfo); in OpenSystemLibrary()
/art/runtime/
Doat_file.cc1202 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo); in Dlopen()