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.cpp | 296 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
|
D | native_loader_test.cpp | 206 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* info) { in android_dlopen_ext() function
|
/art/libnativebridge/ |
D | native_bridge.cc | 63 return android_dlopen_ext(path, flags, &dlextinfo); in OpenSystemLibrary()
|
/art/runtime/oat/ |
D | oat_file.cc | 1333 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo); in Dlopen()
|