Home
last modified time | relevance | path

Searched refs:uv_fs_stat (Results 1 - 21 of 21) sorted by relevance

/third_party/libuv/test/
H A Dbenchmark-fs-stat.c34 uv_fs_stat(NULL, (req), (path), NULL); \
52 uv_fs_stat(uv_default_loop(), reqs + i, path, uv_fs_req_cleanup); in warmup()
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-copyfile.c55 r = uv_fs_stat(NULL, &stat_req, req->path, NULL); in handle_result()
60 r = uv_fs_stat(NULL, &stat_req, dst, NULL); in handle_result()
120 r = uv_fs_stat(NULL, &req, dst, NULL); in TEST_IMPL()
130 r = uv_fs_stat(NULL, &req, src, NULL); in TEST_IMPL()
H A Dtest-metrics.c346 ASSERT_OK(uv_fs_stat(uv_default_loop(), in TEST_IMPL()
350 ASSERT_OK(uv_fs_stat(uv_default_loop(), in TEST_IMPL()
H A Dtest-fs.c175 r = uv_fs_stat(NULL, &req, filename, NULL); in check_permission()
531 r = uv_fs_stat(NULL, &stat_req, req->path, NULL); in check_mkdtemp_result()
557 r = uv_fs_stat(NULL, &stat_req, req->path, NULL); in check_mkstemp_result()
822 r = uv_fs_stat(loop, &req, path, NULL); in check_utime()
1162 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1166 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
2358 r = uv_fs_stat(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
2521 r = uv_fs_stat(NULL, &req, "\\\\<mac_ip>\\Macintosh HD\\.DS_Store", NULL); in TEST_IMPL()
2531 uv_fs_stat and uv_fs_lstat can only work on non-symlink reparse in TEST_IMPL()
2536 r = uv_fs_stat(NUL in TEST_IMPL()
[all...]
H A Dtest-getters-setters.c95 uv_fs_stat(loop, fs, ".", NULL); in TEST_IMPL()
H A Dtest-thread.c96 r = uv_fs_stat(req->loop, &req->handle, ".", fs_cb); in fs_do()
H A Dtest-threadpool-cancel.c351 ASSERT_OK(uv_fs_stat(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs-event.c533 has_shortnames = uv_fs_stat(NULL, &req, "watch_~1", NULL) != UV_ENOENT; in TEST_IMPL()
/third_party/libuv/src/
H A Dfs-poll.c99 err = uv_fs_stat(loop, &ctx->fs_req, ctx->path, poll_cb); in uv_fs_poll_start()
180 if (uv_fs_stat(ctx->loop, &ctx->fs_req, ctx->path, poll_cb)) in timer_cb()
/third_party/node/deps/uv/src/
H A Dfs-poll.c99 err = uv_fs_stat(loop, &ctx->fs_req, ctx->path, poll_cb); in uv_fs_poll_start()
180 if (uv_fs_stat(ctx->loop, &ctx->fs_req, ctx->path, poll_cb)) in timer_cb()
/third_party/node/src/permission/
H A Dfs_permission.cc20 int rc = uv_fs_stat(nullptr, &req, res.c_str(), nullptr);
/third_party/node/deps/uvwasi/src/
H A Dpath_resolver.c428 error using uv_fs_stat(). */ in uvwasi__resolve_path()
431 r = uv_fs_stat(NULL, &req, host_path, NULL); in uvwasi__resolve_path()
/third_party/node/src/
H A Dnode_file.cc1105 int rc = uv_fs_stat(env->event_loop(), &req, *path, nullptr); in InternalModuleStat()
1131 uv_fs_stat, *path); in Stat()
1136 int err = SyncCall(env, args[3], &req_wrap_sync, "stat", uv_fs_stat, *path); in Stat()
1572 err = uv_fs_stat(loop, req, next_path.c_str(), nullptr); in MKDirpSync()
1656 int err = uv_fs_stat(loop, req, path.c_str(), in MKDirpAsync()
H A Dnode_binding.cc166 int rc = uv_fs_stat(nullptr, &req, filename, nullptr); in wrapped_dlopen()
/third_party/libuv/src/unix/
H A Dfs.c2043 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_stat() function
/third_party/libuv/include/
H A Duv.h1451 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */
1551 UV_EXTERN int uv_fs_stat(uv_loop_t* loop,
1692 * uv_fs_stat() based polling file watcher.
/third_party/libuv/include/uv_ndk/
H A Duv.h1323 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */
1422 UV_EXTERN int uv_fs_stat(uv_loop_t* loop,
1557 * uv_fs_stat() based polling file watcher.
/third_party/node/deps/uv/include/
H A Duv.h1339 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */
1439 UV_EXTERN int uv_fs_stat(uv_loop_t* loop,
1580 * uv_fs_stat() based polling file watcher.
/third_party/node/deps/uv/src/unix/
H A Dfs.c2125 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_stat() function
/third_party/libuv/src/win/
H A Dfs.c3209 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_stat() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3222 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_stat() function

Completed in 44 milliseconds