Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/src/sys/sendfile/
H A Dsendfile_test.cpp40 int in_fd = LIBC_NAMESPACE::open(IN_FILE, O_CREAT | O_WRONLY, S_IRWXU); in TEST() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Ddecorate_proc_maps.cpp15 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Ddecorate-proc-maps.c24 void CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument