Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/sys/
Dsendfile.h43 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/
Dsys_sendfile_test.cpp27 TEST(sys_sendfile, sendfile) { in TEST() argument
35 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST()
/bionic/libc/
DSYSCALLS.TXT170 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
Dlibc.map.txt913 sendfile;
/bionic/tools/versioner/platforms/
Dlibc.map.txt913 sendfile;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_012.S2142 CALL(sendfile)