Home
last modified time | relevance | path

Searched defs:fd_in (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/include/lapi/
H A Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee() argument
H A Dsplice.h14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice() argument
/third_party/musl/src/linux/
H A Dcopy_file_range.c5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in copy_file_range() argument
H A Dsplice.c5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in splice() argument
/third_party/ffmpeg/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice01.c30 static int fd_in, fd_out; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/tee/
H A Dtee01.c25 static int fd_in, fd_out; variable
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dcopy_file_range.c30 int fd_in, fd_out, wlen, result; in copy_file_range_0100() local
109 int fd_in, fd_out, wlen, result; in copy_file_range_0300() local
[all...]
/third_party/alsa-lib/test/
H A Drawmidi.c43 int fd_in = -1,fd_out = -1; in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range.h43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range() argument
H A Dcopy_file_range01.c25 static int fd_in, fd_out, cross_sup; variable
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c224 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument
H A Dfreebsd.c292 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument
/third_party/libuv/src/unix/
H A Dfreebsd.c273 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument
H A Dlinux.c400 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument
/third_party/libfuse/example/
H A Dpassthrough.c452 int fd_in, fd_out; in xmp_copy_file_range() local
/third_party/libfuse/test/
H A Dtest_syscalls.c835 int fd_in, fd_out; in test_copy_file_range() local
[all...]
/third_party/libuv/src/win/
H A Dfs.c2083 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local
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/ntfs-3g/ntfsprogs/
H A Dntfsclone.c204 static int fd_in; variable
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c2102 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local
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
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1782 int fd_in = PARAM_0; in Write() local
1839 int fd_in = PARAM_0; in Copy_file_range() local

Completed in 23 milliseconds