Home
last modified time | relevance | path

Searched refs:uv_fs_fstat (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c254 r = uv_fs_fstat(NULL, &req, fd, NULL); in uvwasi__get_filetype_by_fd()
H A Duvwasi.c78 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 Dtest-threadpool-cancel.c336 ASSERT_OK(uv_fs_fstat(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1432 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 Dnode_file.cc1197 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 Dfs.c1765 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 Duv.h1451 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 Duv.h1323 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 Duv.h1339 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 Dfs.c1876 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 Dfs.c3237 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 Dfs.c3250 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