/third_party/node/deps/uvwasi/src/ |
D | fd_table.h | 13 uv_file fd; 37 uv_file fd, 47 const uv_file fd,
|
D | uv_mapping.h | 14 uvwasi_errno_t uvwasi__get_filetype_by_fd(uv_file fd, uvwasi_filetype_t* type);
|
D | wasi_rights.c | 6 uvwasi_errno_t uvwasi__get_rights(uv_file fd, in uvwasi__get_rights()
|
D | wasi_rights.h | 97 uvwasi_errno_t uvwasi__get_rights(uv_file fd,
|
D | fd_table.c | 60 uv_file fd, in uvwasi_fd_table_insert() 258 const uv_file fd, in uvwasi_fd_table_insert_preopen()
|
D | uv_mapping.c | 246 uvwasi_errno_t uvwasi__get_filetype_by_fd(uv_file fd, uvwasi_filetype_t* type) { in uvwasi__get_filetype_by_fd()
|
/third_party/libuv/include/ |
D | uv.h | 482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags); 763 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable); 780 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file); 796 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file); 1353 uv_file file, 1363 uv_file file, 1374 uv_file file, 1445 uv_file file, 1454 uv_file file, 1458 uv_file file, [all …]
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 43 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) 127 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb); 129 …int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nb… 131 …int uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int n… 143 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb); 145 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb); 146 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb); 147 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file file, int64_t offset, uv_fs_cb cb); 148 …int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset… 152 …int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb… [all …]
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 750 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable); 767 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file); 783 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file); 1336 uv_file file, 1346 uv_file file, 1357 uv_file file, 1428 uv_file file, 1437 uv_file file, 1441 uv_file file, 1445 uv_file file, [all …]
|
/third_party/libuv/test/ |
D | test-pipe-set-non-blocking.c | 26 uv_file fd; 74 uv_file fd[2]; in TEST_IMPL()
|
D | test-ping-pong.c | 321 ASSERT_EQ(uv_guess_handle((uv_file) fds[0]), UV_NAMED_PIPE); in socketpair_pinger_new() 322 ASSERT_EQ(uv_guess_handle((uv_file) fds[1]), UV_NAMED_PIPE); in socketpair_pinger_new() 347 uv_file fds[2]; in pipe2_pinger_new()
|
D | test-close-fd.c | 55 uv_file fd[2]; in TEST_IMPL()
|
D | test-spawn.c | 315 uv_file file; in TEST_IMPL() 369 uv_file file; in TEST_IMPL() 426 uv_file file; in TEST_IMPL() 491 uv_file stdout_file; in TEST_IMPL() 492 uv_file stderr_file; in TEST_IMPL() 1523 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL() 1571 uv_file fd[2]; in TEST_IMPL()
|
D | test-fork.c | 352 uv_file file; in create_file() 367 uv_file file; in touch_file()
|
D | test-fs-copyfile.c | 71 uv_file file; in touch_file()
|
D | test-fs.c | 1336 uv_file file; in TEST_IMPL() 1492 uv_file file; in TEST_IMPL() 1568 uv_file file; in TEST_IMPL() 1666 uv_file file; in TEST_IMPL() 1725 uv_file file; in TEST_IMPL() 1783 uv_file file; in TEST_IMPL() 1784 uv_file link; in TEST_IMPL() 1920 uv_file file; in TEST_IMPL() 1921 uv_file link; in TEST_IMPL() 2540 uv_file file; in TEST_IMPL() [all …]
|
/third_party/libuv/src/unix/ |
D | fs.c | 411 static ssize_t uv__fs_preadv(uv_file fd, in uv__fs_preadv() 1267 uv_file srcfd; in uv__fs_copyfile() 1268 uv_file dstfd; in uv__fs_copyfile() 1821 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close() 1830 uv_file file, in uv_fs_fchmod() 1842 uv_file file, in uv_fs_fchown() 1868 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync() 1875 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat() 1882 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync() 1891 uv_file file, in uv_fs_ftruncate() [all …]
|
D | tty.c | 333 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
|
/third_party/libuv/docs/src/ |
D | fs.rst | 206 .. c:function:: int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) 219 .. c:function:: int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], … 232 .. c:function:: int uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[],… 323 .. c:function:: int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) 343 .. c:function:: int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) 351 .. c:function:: int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) 355 .. c:function:: int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file file, int64_t offset, uv… 391 .. c:function:: int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, in… 400 .. c:function:: int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb) 405 .. c:function:: int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double … [all …]
|
D | pipe.rst | 44 .. c:function:: int uv_pipe_open(uv_pipe_t* handle, uv_file file) 122 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
|
D | tty.rst | 67 .. c:function:: int uv_tty_init(uv_loop_t* loop, uv_tty_t* handle, uv_file fd, int unused)
|
/third_party/libuv/include/uv/ |
D | unix.h | 126 typedef int uv_file; typedef 361 uv_file file; \
|
/third_party/libuv/src/win/ |
D | handle.c | 31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
|
D | fs.c | 2906 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_close() 2915 uv_file fd, in uv_fs_read() 2948 uv_file fd, in uv_fs_write() 3200 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown() 3250 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fstat() 3272 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fsync() 3279 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fdatasync() 3286 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, in uv_fs_ftruncate() 3323 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, in uv_fs_sendfile() 3324 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() [all …]
|
D | fs-fd-hash-inl.h | 54 uv_file fd;
|