| /src/external/mit/libuv/dist/test/ |
| test-pipe-set-non-blocking.c | 26 uv_file fd; 74 uv_file fd[2];
|
| test-close-fd.c | 55 uv_file fd[2];
|
| test-ping-pong.c | 321 ASSERT_EQ(uv_guess_handle((uv_file) fds[0]), UV_NAMED_PIPE); 322 ASSERT_EQ(uv_guess_handle((uv_file) fds[1]), UV_NAMED_PIPE); 347 uv_file fds[2];
|
| test-fs-copyfile.c | 77 uv_file file;
|
| test-spawn.c | 318 uv_file file; 372 uv_file file; 429 uv_file file; 494 uv_file stdout_file; 495 uv_file stderr_file; 1688 fd = uv_get_osfhandle((uv_file) fs_req.result); 1742 uv_file fd[2];
|
| test-fork.c | 422 uv_file file; 437 uv_file file;
|
| test-fs.c | 1488 uv_file file; 1735 uv_file file; 1811 uv_file file; 1909 uv_file file; 1966 uv_file file; 2022 uv_file file; 2115 uv_file file; 2116 uv_file link; 2221 uv_file file; 2276 uv_file file [all...] |
| test-fs-event.c | 70 uv_file file; 102 uv_file file;
|
| /src/external/mit/libuv/dist/src/win/ |
| handle.c | 31 uv_handle_type uv_guess_handle(uv_file file) { 46 return UV_FILE; 53 return UV_FILE;
|
| fs-fd-hash-inl.h | 54 uv_file fd;
|
| fs.c | 2207 case UV_FILE: 3241 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { 3250 uv_file fd, 3283 uv_file fd, 3535 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, 3585 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { 3607 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { 3614 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { 3621 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, 3658 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out [all...] |
| pipe.c | 349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { 350 uv_file temp[2]; 2420 int uv_pipe_open(uv_pipe_t* pipe, uv_file file) {
|
| tty.c | 205 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, uv_file fd, int unused) {
|
| /src/external/mit/libuv/dist/include/ |
| uv.h | 205 UV_FILE, 515 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags); 833 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable); 850 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file); 870 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 [all...] |
| /src/external/mit/libuv/dist/src/unix/ |
| fs.c | 1227 uv_file srcfd; 1228 uv_file dstfd; 1814 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { 1826 uv_file file, 1838 uv_file file, 1864 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { 1874 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { 1884 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { 1896 uv_file file, 1911 uv_file file [all...] |
| tty.c | 151 if (type == UV_FILE || type == UV_UNKNOWN_HANDLE) 394 uv_handle_type uv_guess_handle(uv_file file) { 426 return UV_FILE; 429 return UV_FILE; /* XXX UV_NAMED_PIPE? */
|
| pipe.c | 196 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) {
|
| /src/external/mit/libuv/dist/include/uv/ |
| unix.h | 125 typedef int uv_file; typedef 366 uv_file file; \
|
| win.h | 231 typedef int uv_file; typedef
|