Searched refs:sendfile (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/arch-arm64/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 14 END(sendfile) 16 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/arch-x86_64/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 16 END(sendfile) 18 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/arch-mips64/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 25 END(sendfile) 27 ALIAS_SYMBOL(sendfile64, sendfile)
|
/bionic/libc/arch-mips/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 19 END(sendfile)
|
/bionic/libc/arch-arm/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 16 END(sendfile)
|
/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); 40 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
|
/bionic/libc/arch-x86/syscalls/ |
D | sendfile.S | 5 ENTRY(sendfile) 44 END(sendfile)
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 26 TEST(sys_sendfile, sendfile) { in TEST() argument 34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 165 ssize_t sendfile(int out_fd, int in_fd, off_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.arm64.map | 835 sendfile;
|
D | libc.mips64.map | 835 sendfile;
|
D | libc.x86_64.map | 835 sendfile;
|
D | libc.mips.brillo.map | 893 sendfile;
|
D | libc.x86.brillo.map | 891 sendfile;
|
D | libc.mips.map | 893 sendfile;
|
D | libc.arm.brillo.map | 895 sendfile;
|
D | libc.x86.map | 891 sendfile;
|
D | libc.map.txt | 920 sendfile;
|
D | libc.arm.map | 895 sendfile;
|