Searched refs:android_dlopen_ext (Results 1 – 5 of 5) sorted by relevance
/art/libnativeloader/ |
D | native_loader_namespace.cpp | 167 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load()
|
D | native_loader_test.h | 167 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* info) { in android_dlopen_ext() function
|
D | native_loader.cpp | 224 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
|
/art/libnativebridge/ |
D | native_bridge.cc | 63 return android_dlopen_ext(path, flags, &dlextinfo); in OpenSystemLibrary()
|
/art/runtime/ |
D | oat_file.cc | 1202 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo); in Dlopen()
|