Searched refs:fd_in (Results 1 – 1 of 1) sorted by relevance
54 int fd_in = fileno(file_in); in TEST() local57 long bytes_count = RawSyscall(__NR_splice, fd_in, 0, fd_out, 0, 10, 0); in TEST()