Searched refs:sendfile (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/sys/ |
D | sendfile.h | 43 ssize_t sendfile(int __out_fd, int __in_fd, off_t* __offset, size_t __count) __RENAME(sendfile64) _… 53 ssize_t sendfile(int __out_fd, int __in_fd, off_t* __offset, size_t __count);
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 27 TEST(sys_sendfile, sendfile) { in TEST() argument 35 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 170 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) lp32 172 ssize_t sendfile|sendfile64(int out_fd, int in_fd, off_t* offset, size_t count) lp64
|
D | libc.map.txt | 913 sendfile;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 913 sendfile;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_012.S | 2142 CALL(sendfile)
|