Searched refs:ANDROID_DLEXT_FORCE_LOAD (Results 1 – 5 of 5) sorted by relevance
101 ANDROID_DLEXT_FORCE_LOAD = 0x40, enumerator147 ANDROID_DLEXT_FORCE_LOAD |
279 extinfo.flags = ANDROID_DLEXT_USE_LIBRARY_FD | ANDROID_DLEXT_FORCE_LOAD; in loadAsCopy()
204 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; in TEST()222 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; in TEST()
1235 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; // Force-load, don't reuse handle in Dlopen()
1164 if (extinfo == nullptr || (extinfo->flags & ANDROID_DLEXT_FORCE_LOAD) == 0) { in load_library()