Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c662 static void stat_cb(uv_fs_t* req) { in stat_cb() function
1152 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1156 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
1160 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1164 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()