Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c72 static int open_cb_count; variable
427 open_cb_count++; in open_cb()
445 open_cb_count++; in open_cb_simple()
700 open_cb_count++; in open_noent_cb()
707 open_cb_count++; in open_nametoolong_cb()
714 open_cb_count++; in open_loop_cb()
734 ASSERT_OK(open_cb_count); in TEST_IMPL()
736 ASSERT_EQ(1, open_cb_count); in TEST_IMPL()
762 ASSERT_OK(open_cb_count); in TEST_IMPL()
802 ASSERT_OK(open_cb_count); in TEST_IMPL()
[all …]

Completed in 13 milliseconds