| /external/ltp/testcases/kernel/syscalls/sendfile/ |
| D | sendfile03.c | 24 static int in_fd; variable 29 int *in_fd; member
|
| D | sendfile05.c | 22 static int in_fd; variable
|
| D | sendfile07.c | 21 static int in_fd; variable
|
| D | sendfile06.c | 45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
| D | sendfile08.c | 29 static int in_fd; variable
|
| D | sendfile04.c | 24 static int in_fd; variable
|
| D | sendfile09.c | 64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
| D | sendfile02.c | 56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
| /external/musl/src/linux/ |
| D | sendfile.c | 4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile()
|
| /external/cronet/base/memory/ |
| D | platform_shared_memory_handle.cc | 18 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair()
|
| /external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| D | decorate_proc_maps.cc | 12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
|
| /external/virglrenderer/vtest/ |
| D | vtest_server.c | 64 int in_fd; member 329 static int vtest_server_add_client(int in_fd, int out_fd) in vtest_server_add_client() 352 int in_fd; in vtest_server_open_read_file() local
|
| /external/perfetto/src/perfetto_cmd/ |
| D | rate_limiter.cc | 205 base::ScopedFile in_fd(base::OpenFile(GetStateFilePath(), O_RDONLY)); in LoadState() local
|
| /external/libchrome/base/memory/ |
| D | platform_shared_memory_region_posix.cc | 63 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair()
|
| /external/strace/tests/ |
| D | read-write.c | 118 int in_fd = err_desc ? 5 : 0; in test_dump() local
|
| /external/strace/tests-mx32/ |
| D | read-write.c | 118 int in_fd = err_desc ? 5 : 0; in test_dump() local
|
| /external/strace/tests-m32/ |
| D | read-write.c | 118 int in_fd = err_desc ? 5 : 0; in test_dump() local
|
| /external/arm-trusted-firmware/tools/marvell/doimage/ |
| D | doimage.c | 918 FILE *in_fd; in format_sec_ext() local 1368 FILE *in_fd; in format_bin_ext() local 1584 FILE *in_fd = NULL; in main() local
|
| /external/linux-kselftest/tools/testing/selftests/exec/ |
| D | execveat.c | 142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
|
| /external/bcc/tests/cc/ |
| D | test_c_api.cc | 136 int in_fd, out_fd; in mntns_func() local
|
| /external/libtracefs/src/ |
| D | tracefs-tools.c | 1077 static ssize_t read_trace_pipe(bool *keep_going, int in_fd, int out_fd) in read_trace_pipe() 1130 int brass[2], in_fd, ret = -1; in tracefs_trace_pipe_stream() local
|
| /external/toybox/toys/other/ |
| D | bzcat.c | 84 int in_fd, inbufCount, inbufPos; member
|
| /external/libabigail/tools/ |
| D | abitidy.cc | 2168 int in_fd = STDIN_FILENO; in main() local
|
| /external/python/cpython3/Modules/clinic/ |
| D | posixmodule.c.h | 5071 int in_fd; in os_sendfile() local 5150 int in_fd; in os_sendfile() local 5235 int in_fd; in os_sendfile() local 5290 int in_fd; in os__fcopyfile() local
|
| /external/compiler-rt/include/sanitizer/ |
| D | linux_syscall_hooks.h | 783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument 786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument 789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument 792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument
|