Searched defs:handle2 (Results 1 – 3 of 3) sorted by relevance
| /bionic/tests/ |
| D | cfi_test.cpp | 153 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST_F() local
|
| D | dlext_test.cpp | 205 void* handle2 = android_dlopen_ext(symlink_name.c_str(), RTLD_NOW, &extinfo); in TEST() local 225 void* handle2 = android_dlopen_ext("libdlext_test.so", RTLD_NOW, &extinfo); in TEST() local 847 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 1394 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 1525 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
|
| D | dlfcn_test.cpp | 212 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local 598 void* handle2 = dlopen("libtest_two_parents_parent2.so", RTLD_NOW | RTLD_LOCAL); in TEST() local 961 void* handle2 = dlopen(android::base::GetExecutablePath().c_str(), RTLD_NOW); in TEST() local 1153 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() local
|