Searched refs:uv_fs_fstat (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/uvwasi/src/ |
H A D | uv_mapping.c | 254 r = uv_fs_fstat(NULL, &req, fd, NULL); in uvwasi__get_filetype_by_fd()
|
H A D | uvwasi.c | 78 r = uv_fs_fstat(NULL, &req, *fd, NULL); in uvwasi__get_filestat_set_times() 733 r = uv_fs_fstat(NULL, &req, wrap->fd, NULL); in uvwasi_fd_allocate() 1007 r = uv_fs_fstat(NULL, &req, wrap->fd, NULL); in uvwasi_fd_filestat_get()
|
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 336 ASSERT_OK(uv_fs_fstat(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1432 ASSERT_OK(uv_fs_fstat(NULL, &req, file, NULL)); in TEST_IMPL() 1456 r = uv_fs_fstat(NULL, &req, file, NULL); in TEST_IMPL() 1539 /* Now do the uv_fs_fstat call asynchronously */ in TEST_IMPL() 1540 r = uv_fs_fstat(loop, &req, file, fstat_cb); in TEST_IMPL() 1575 res = uv_fs_fstat(NULL, &req, fd, NULL); in TEST_IMPL() 4233 r = uv_fs_fstat(NULL, NULL, 0, NULL); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_file.cc | 1197 uv_fs_fstat, fd); in FStat() 1202 int err = SyncCall(env, args[3], &req_wrap_sync, "fstat", uv_fs_fstat, fd); in FStat()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1765 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat() 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(). */ 1555 UV_EXTERN int uv_fs_fstat(uv_loop_t* loop,
|
/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(). */ 1426 UV_EXTERN int uv_fs_fstat(uv_loop_t* loop,
|
/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(). */ 1443 UV_EXTERN int uv_fs_fstat(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1876 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3237 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fstat() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3250 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fstat() function
|
Completed in 35 milliseconds