Searched refs:root_lib (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | dlext_test.cpp | 738 static const char* root_lib = "libnstest_root.so"; in TEST() local 784 ASSERT_TRUE(dlopen(root_lib, RTLD_NOW) == nullptr); in TEST() 844 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() 848 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() 1009 static const char* root_lib = "libnstest_root.so"; in TEST() local 1029 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() 1047 static const char* root_lib = "libnstest_root.so"; in TEST() local 1078 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() 1098 static const char* root_lib = "libnstest_root.so"; in TEST() local 1129 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() [all …]
|