Searched defs:sendfile64 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dsendfile64.S5 ENTRY(sendfile64) function
16 END(sendfile64)
/bionic/libc/arch-mips/syscalls/
H A Dsendfile64.S5 ENTRY(sendfile64) function
19 END(sendfile64)
/bionic/libc/arch-x86/syscalls/
H A Dsendfile64.S5 ENTRY(sendfile64) function
44 END(sendfile64)
/bionic/libc/include/sys/
H A Dsendfile.h38 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64); variable
42 extern ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count);

Completed in 153 milliseconds