Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-fs-stat.c85 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
89 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
109 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c659 static void stat_cb(uv_fs_t* req) { in stat_cb() function
1207 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1211 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
1215 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1219 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()

Completed in 12 milliseconds