Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-fs.c627 static void empty_scandir_cb(uv_fs_t* req) { in empty_scandir_cb() function
2856 r = uv_fs_scandir(loop, &scandir_req, path, 0, empty_scandir_cb); in TEST_IMPL()