HomeSort by: relevance | last modified time | path
    Searched defs:stat_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
benchmark-fs-stat.c 84 static void stat_cb(uv_fs_t* fs_req) { function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb);
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); local
test-fs.c 671 static void stat_cb(uv_fs_t* req) { function
1246 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb);
1250 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb);
1254 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb);
1258 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb);

Completed in 17 milliseconds