Home
last modified time | relevance | path

Searched defs:library_name (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Ddlfcn_test.cpp1318 static void test_dlclose_after_thread_local_dtor(const char* library_name) { in test_dlclose_after_thread_local_dtor()
1355 static void test_dlclose_before_thread_local_dtor(const char* library_name) { in test_dlclose_before_thread_local_dtor()
1413 const constexpr char* library_name = "libtest_indirect_thread_local_dtor.so"; in TEST() local