Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp40 static int g_ctor_function_called = 0; variable
45 g_ctor_function_called = 17; in ctor_function()
49 ASSERT_EQ(17, g_ctor_function_called); in TEST()