Home
last modified time | relevance | path

Searched refs:g_fini_call_order_str (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Ddlfcn_test.cpp1183 static std::string g_fini_call_order_str; variable
1186 g_fini_call_order_str += s; in register_fini_call()
1190 g_fini_call_order_str.clear(); in test_init_fini_call_order_for()
1203 ASSERT_EQ("(root)(child)(grandchild)", g_fini_call_order_str); in test_init_fini_call_order_for()