Searched defs:in_fd (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/test/src/sys/sendfile/ |
H A D | sendfile_test.cpp | 40 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 D | decorate_proc_maps.cpp | 15 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
|
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | decorate-proc-maps.c | 24 void CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 782 #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
|