Searched refs:android_dlopen_ext (Results 1 – 4 of 4) sorted by relevance
163 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load()
120 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
187 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* info) { in android_dlopen_ext() function
1138 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo); in Dlopen()