/third_party/libuv/test/ |
H A D | benchmark-fs-stat.c | 34 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 D | test-fs-copyfile.c | 55 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 D | test-metrics.c | 346 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 D | test-fs.c | 175 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 D | test-getters-setters.c | 95 uv_fs_stat(loop, fs, ".", NULL); in TEST_IMPL()
|
H A D | test-thread.c | 96 r = uv_fs_stat(req->loop, &req->handle, ".", fs_cb); in fs_do()
|
H A D | test-threadpool-cancel.c | 351 ASSERT_OK(uv_fs_stat(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
|
H A D | test-fs-event.c | 533 has_shortnames = uv_fs_stat(NULL, &req, "watch_~1", NULL) != UV_ENOENT; in TEST_IMPL()
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 99 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 D | fs-poll.c | 99 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 D | fs_permission.cc | 20 int rc = uv_fs_stat(nullptr, &req, res.c_str(), nullptr);
|
/third_party/node/deps/uvwasi/src/ |
H A D | path_resolver.c | 428 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 D | node_file.cc | 1105 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 D | node_binding.cc | 166 int rc = uv_fs_stat(nullptr, &req, filename, nullptr); in wrapped_dlopen()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 2043 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 D | uv.h | 1451 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 D | uv.h | 1323 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 D | uv.h | 1339 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 D | fs.c | 2125 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 D | fs.c | 3209 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 D | fs.c | 3222 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_stat() function
|