Searched refs:kLibNameRecursive (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | dlext_test.cpp | 63 constexpr const char* kLibNameRecursive = "libdlext_test_recursive.so"; variable 365 handle_ = android_dlopen_ext(kLibNameRecursive, RTLD_NOW, &extinfo); in TEST_F() 398 handle_ = android_dlopen_ext(kLibNameRecursive, RTLD_NOW, &extinfo); in TEST_F() 544 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibNameRecursive, tf.path, true)); in TEST_F() 545 ASSERT_NO_FATAL_FAILURE(TryUsingRelro(kLibNameRecursive, true)); in TEST_F() 563 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibNameRecursive, tf1.path, false)); in TEST_F() 568 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibNameRecursive, tf2.path, true)); in TEST_F()
|