Searched defs:handle1 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | dlext_test.cpp | 670 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 795 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 897 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local 1084 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
|
D | dlfcn_test.cpp | 687 void* handle1 = dlopen("libtest_nodelete_2.so", RTLD_NOW | RTLD_NODELETE); in TEST() local 824 void* handle1 = dlopen(nullptr, RTLD_NOW); in TEST() local 991 void* handle1 = dlopen("libdlext_test.so", RTLD_NOW); in TEST() local
|