Searched defs:handle2 (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | cfi_test.cpp | 113 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST() 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 848 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 1395 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 1526 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
|
D | dlfcn_test.cpp | 226 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local 609 void* handle2 = dlopen("libtest_two_parents_parent2.so", RTLD_NOW | RTLD_LOCAL); in TEST() local 969 void* handle2 = dlopen(android::base::GetExecutablePath().c_str(), RTLD_NOW); in TEST() local 1161 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() local
|