Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c24 static int in_fd; variable
29 int *in_fd; member
Dsendfile05.c22 static int in_fd; variable
Dsendfile07.c21 static int in_fd; variable
Dsendfile06.c45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
Dsendfile08.c29 static int in_fd; variable
Dsendfile04.c24 static int in_fd; variable
Dsendfile09.c64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
Dsendfile02.c56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
/external/musl/src/linux/
Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile()
/external/cronet/base/memory/
Dplatform_shared_memory_handle.cc18 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/virglrenderer/vtest/
Dvtest_server.c64 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/
Drate_limiter.cc205 base::ScopedFile in_fd(base::OpenFile(GetStateFilePath(), O_RDONLY)); in LoadState() local
/external/libchrome/base/memory/
Dplatform_shared_memory_region_posix.cc63 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair()
/external/strace/tests/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/strace/tests-mx32/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/strace/tests-m32/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c918 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/
Dexecveat.c142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
/external/bcc/tests/cc/
Dtest_c_api.cc136 int in_fd, out_fd; in mntns_func() local
/external/libtracefs/src/
Dtracefs-tools.c1077 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/
Dbzcat.c84 int in_fd, inbufCount, inbufPos; member
/external/libabigail/tools/
Dabitidy.cc2168 int in_fd = STDIN_FILENO; in main() local
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5071 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/
Dlinux_syscall_hooks.h783 #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

12