Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp55 static int g_ctor_function_called = 0; variable
63 g_ctor_function_called = 17; in ctor_function()
70 ASSERT_EQ(17, g_ctor_function_called); in TEST()