Home
last modified time | relevance | path

Searched refs:sendfile64 (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Dsendfile.h43 ssize_t sendfile(int __out_fd, int __in_fd, off_t* __offset, size_t __count) __RENAME(sendfile64) _…
60 ssize_t sendfile64(int __out_fd, int __in_fd, off64_t* __offset, size_t __count) __INTRODUCED_IN(21…
/aosp12/bionic/tests/
H A Dsys_sendfile_test.cpp46 TEST(sys_sendfile, sendfile64) { in TEST() argument
54 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST()
/aosp12/bionic/libc/
H A DSYSCALLS.TXT172 ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count) lp32
173 ssize_t sendfile|sendfile64(int out_fd, int in_fd, off_t* offset, size_t count) lp64
H A Dlibc.map.txt914 sendfile64; # introduced=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt914 sendfile64; # introduced=21