/third_party/node/deps/uv/src/unix/ |
H A D | internal.h | 360 uv__fs_copy_file_range(int fd_in,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 1782 int fd_in = PARAM_0;
in Write() local 1783 napi_get_value_int32(env, args[PARAM_0], &fd_in);
in Write() 1785 int resultValue = write(fd_in, buf, PARAM_2);
in Write() 1839 int fd_in = PARAM_0;
in Copy_file_range() local 1842 fd_in = open(path_in, O_RDWR | O_CREAT, TEST_MODE);
in Copy_file_range() 1846 backParam = copy_file_range(fd_in, nullptr, fdOut, nullptr, wlen, PARAM_0);
in Copy_file_range() 1850 close(fd_in);
in Copy_file_range()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 778 fd_in: BorrowedFd<'_>, 805 borrowed_fd(fd_in),
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2083 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local 2096 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile() 2103 n = _read(fd_in, buf, length < buf_size ? length : buf_size); in fs__sendfile() 3311 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() 3313 req->file.fd = fd_in; in uv_fs_sendfile() 3310 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) uv_fs_sendfile() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2102 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local 2115 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile() 2122 n = _read(fd_in, buf, length < buf_size ? length : buf_size); in fs__sendfile() 3324 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() 3326 req->file.fd = fd_in; in uv_fs_sendfile() 3323 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) uv_fs_sendfile() argument
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 400 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument 409 fd_in, in uv__fs_copy_file_range()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3241 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() 3244 fd_in: ::c_int, in splice()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1210 fd_in: ::c_int, in copy_file_range()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4104 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() 4107 fd_in: ::c_int, in splice()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4139 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() 4142 fd_in: ::c_int, in splice()
|