Searched refs:sendfile64 (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/arch-mips/syscalls/ |
D | sendfile64.S | 5 ENTRY(sendfile64) 19 END(sendfile64)
|
/bionic/libc/arch-arm/syscalls/ |
D | sendfile64.S | 5 ENTRY(sendfile64) 16 END(sendfile64)
|
/bionic/libc/include/sys/ |
D | sendfile.h | 38 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64); 42 extern ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count);
|
/bionic/libc/arch-x86/syscalls/ |
D | sendfile64.S | 5 ENTRY(sendfile64) 44 END(sendfile64)
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 45 TEST(sys_sendfile, sendfile64) { in TEST() argument 53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST()
|
/bionic/libc/arch-arm64/syscalls/ |
D | sendfile.S | 16 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/arch-x86_64/syscalls/ |
D | sendfile.S | 18 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/arch-mips64/syscalls/ |
D | sendfile.S | 27 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/ |
D | SYSCALLS.TXT | 166 ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count) arm,mips,x86 167 ssize_t sendfile|sendfile64(int out_fd, int in_fd, off_t* offset, size_t count) arm64,mips64,x86_64
|
D | libc.x86_64.map | 836 sendfile64;
|
D | libc.arm64.map | 836 sendfile64;
|
D | libc.mips64.map | 836 sendfile64;
|
D | libc.x86.brillo.map | 892 sendfile64;
|
D | libc.mips.brillo.map | 894 sendfile64;
|
D | libc.arm.brillo.map | 896 sendfile64;
|
D | libc.mips.map | 894 sendfile64;
|
D | libc.x86.map | 892 sendfile64;
|
D | libc.map.txt | 921 sendfile64;
|
D | libc.arm.map | 896 sendfile64;
|