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.cpp1177 static std::string g_fini_call_order_str; variable
1180 g_fini_call_order_str += s; in register_fini_call()
1184 g_fini_call_order_str.clear(); in test_init_fini_call_order_for()
1197 ASSERT_EQ("(root)(child)(grandchild)", g_fini_call_order_str); in test_init_fini_call_order_for()