Searched defs:handle2 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | dlext_test.cpp | 210 void* handle2 = android_dlopen_ext("libdlext_test_v2.so", RTLD_NOW, &extinfo); in TEST() local 228 void* handle2 = android_dlopen_ext("libdlext_test.so", RTLD_NOW, &extinfo); in TEST() local 674 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 800 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 902 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
|
D | dlfcn_test.cpp | 180 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local 503 void* handle2 = dlopen("libtest_two_parents_parent2.so", RTLD_NOW | RTLD_LOCAL); in TEST() local 827 void* handle2 = dlopen(get_executable_path().c_str(), RTLD_NOW); in TEST() local 992 void* handle2 = dlopen("libdlext_test_v2.so", RTLD_NOW); in TEST() local
|