Searched refs:stat_cb (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | benchmark-fs-stat.c | 84 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 D | test-fs.c | 662 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()
|