Lines Matching refs:root_lib

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()
1012 static const char* root_lib = "libnstest_root.so"; in TEST() local
1032 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1050 static const char* root_lib = "libnstest_root.so"; in TEST() local
1081 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1101 static const char* root_lib = "libnstest_root.so"; in TEST() local
1132 void* handle = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1137 handle = android_dlopen_ext(root_lib, RTLD_NOW | RTLD_NOLOAD, &extinfo); in TEST()
1139 ASSERT_EQ(std::string("dlopen failed: library \"") + root_lib + in TEST()
1334 static const char* root_lib = "libnstest_root_not_isolated.so"; in TEST() local
1375 ASSERT_TRUE(dlopen(root_lib, RTLD_NOW) == nullptr); in TEST()
1390 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1395 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1412 handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1448 static const char* root_lib = "libnstest_root_not_isolated.so"; in TEST() local
1508 ASSERT_TRUE(android_dlopen_ext(root_lib, RTLD_NOW, &extinfo) == nullptr); in TEST()
1521 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1526 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1721 static const char* root_lib = "libnstest_root.so"; in TEST() local
1774 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1781 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1788 handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST()
1965 static const char* root_lib = "libnstest_root.so"; in TEST() local
1989 …d::string private_library_absolute_path = GetTestlibRoot() + "/private_namespace_libs/" + root_lib; in TEST()