Home
last modified time | relevance | path

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

/bionic/tests/
Dlink_test.cpp41 static size_t call_count = 0; in TEST() local
42 ASSERT_EQ(123, dl_iterate_phdr([](dl_phdr_info*, size_t, void*) { ++call_count; return 123; }, in TEST()
44 ASSERT_EQ(1u, call_count); in TEST()