Home
last modified time | relevance | path

Searched refs:uv_file (Results 1 - 25 of 39) sorted by relevance

12

/third_party/node/deps/uvwasi/src/
H A Dfd_table.h13 uv_file fd;
38 uv_file fd,
49 const uv_file fd,
H A Duv_mapping.h14 uvwasi_errno_t uvwasi__get_filetype_by_fd(uv_file fd, uvwasi_filetype_t* type);
H A Dwasi_rights.c6 uvwasi_errno_t uvwasi__get_rights(uv_file fd, in uvwasi__get_rights()
H A Dwasi_rights.h99 uvwasi_errno_t uvwasi__get_rights(uv_file fd,
H A Dfd_table.c61 uv_file fd, in uvwasi_fd_table_insert()
272 const uv_file fd, in uvwasi_fd_table_insert_preopen()
H A Duv_mapping.c250 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/
H A Duv.h526 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
807 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
824 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
844 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
1465 uv_file file,
1475 uv_file file,
1486 uv_file file,
1557 uv_file file,
1566 uv_file file,
1570 uv_file fil
[all...]
/third_party/node/deps/uv/include/
H A Duv.h482 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 fil
[all...]
/third_party/libuv/test/
H A Dtest-pipe-set-non-blocking.c26 uv_file fd;
74 uv_file fd[2]; in TEST_IMPL()
H A Dtest-ping-pong.c321 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()
H A Dtest-close-fd.c55 uv_file fd[2]; in TEST_IMPL()
H A Dtest-spawn.c318 uv_file file; in TEST_IMPL()
372 uv_file file; in TEST_IMPL()
429 uv_file file; in TEST_IMPL()
494 uv_file stdout_file; in TEST_IMPL()
495 uv_file stderr_file; in TEST_IMPL()
1690 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
1744 uv_file fd[2]; in TEST_IMPL()
H A Dtest-fork.c422 uv_file file; in create_file()
437 uv_file file; in touch_file()
H A Dtest-fs-copyfile.c71 uv_file file; in touch_file()
/third_party/libuv/include/uv_ndk/
H A Duv.h750 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 fil
[all...]
/third_party/node/deps/uv/src/unix/
H A Dfs.c411 static ssize_t uv__fs_preadv(uv_file fd, in uv__fs_preadv()
1268 uv_file srcfd; in uv__fs_copyfile()
1269 uv_file dstfd; in uv__fs_copyfile()
1822 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close()
1831 uv_file file, in uv_fs_fchmod()
1843 uv_file file, in uv_fs_fchown()
1869 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync()
1876 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat()
1883 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync()
1892 uv_file fil in uv_fs_ftruncate()
[all...]
/third_party/libuv/src/unix/
H A Dfs.c1145 uv_file srcfd; in uv__fs_copyfile()
1146 uv_file dstfd; in uv__fs_copyfile()
1705 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close()
1717 uv_file file, in uv_fs_fchmod()
1729 uv_file file, in uv_fs_fchown()
1755 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync()
1765 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat()
1775 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync()
1787 uv_file file, in uv_fs_ftruncate()
1799 uv_file fil in uv_fs_futime()
[all...]
/third_party/libuv/include/uv/
H A Dunix.h125 typedef int uv_file; typedef
361 uv_file file; \
/third_party/node/deps/uv/include/uv/
H A Dunix.h126 typedef int uv_file; typedef
361 uv_file file; \
/third_party/libuv/src/win/
H A Dfs-fd-hash-inl.h54 uv_file fd;
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dfs.c2893 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_close()
2902 uv_file fd, in uv_fs_read()
2935 uv_file fd, in uv_fs_write()
3187 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown()
3237 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fstat()
3259 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fsync()
3266 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fdatasync()
3273 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, in uv_fs_ftruncate()
3310 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, in uv_fs_sendfile()
3311 uv_file fd_i in uv_fs_sendfile()
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs-fd-hash-inl.h54 uv_file fd;
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dfs.c2906 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_i in uv_fs_sendfile()
[all...]

Completed in 34 milliseconds

12