/system/core/include/arch/freebsd-x86/ |
AndroidConfig.h | 94 * Define this if you have <sys/sendfile.h>
|
/system/core/include/arch/linux-arm/ |
AndroidConfig.h | 95 * Define this if you have <sys/sendfile.h>
|
/system/core/include/arch/linux-sh/ |
AndroidConfig.h | 95 * Define this if you have <sys/sendfile.h>
|
/system/core/include/arch/linux-x86/ |
AndroidConfig.h | 89 * Define this if you have <sys/sendfile.h>
|
/system/core/include/arch/target_linux-x86/ |
AndroidConfig.h | 81 * Define this if you have <sys/sendfile.h>
|
/system/core/include/arch/windows/ |
AndroidConfig.h | 104 * Define this if you have <sys/sendfile.h>
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebServer.java | 701 sendFile(ps); 710 sendFile(ps); 853 void sendFile(PrintStream ps) throws IOException {
|
/external/blktrace/ |
blktrace.c | 51 #include <sys/sendfile.h> 428 .name = "no-sendfile", 454 "\t-s Make the network client NOT use sendfile() to transfer data\n" \ 1443 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready); 1445 perror("sendfile"); 1448 fprintf(stderr, "short sendfile send (%d of %d)\n", [all...] |
/bionic/libc/arch-arm/ |
syscalls.mk | 78 syscall_src += arch-arm/syscalls/sendfile.S
|
/bionic/libc/arch-sh/ |
syscalls.mk | 81 syscall_src += arch-sh/syscalls/sendfile.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 81 syscall_src += arch-x86/syscalls/sendfile.S
|
/external/strace/strace/linux/hppa/ |
syscallent.h | 130 { 4, TF, sys_sendfile, "sendfile" }, /* 122 */
|
/external/strace/strace/linux/sh/ |
syscallent.h | 221 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|
/external/strace/strace/linux/sparc/ |
syscallent.h | 40 { 4, TF, sys_sendfile, "sendfile" }, /* 39 */
|
/external/strace/strace/linux/sparc64/ |
syscallent.h | 40 { 4, TF, sys_sendfile, "sendfile" }, /* 39 */
|
syscallent2.h | 40 { 4, TF, sys_sendfile, "sendfile" }, /* 39 */
|
/bionic/libc/ |
SYSCALLS.TXT | 124 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) 187
|
/external/netperf/ |
netlib.h | 377 int flags; /* the flags to pass to sendfile() -
|
/external/qemu/android/ |
hw-events.h | 187 KEY_CODE(SENDFILE ,145) \
|
/external/strace/linux/ |
syscallent.h | 243 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|
/external/strace/strace/linux/powerpc/ |
syscallent.h | 217 { 4, TF, sys_sendfile, "sendfile" }, /* 186 */
|
/external/strace/strace/linux/s390/ |
syscallent.h | 218 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|
/external/strace/strace/linux/s390x/ |
syscallent.h | 217 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|
/external/strace/strace/linux/sh64/ |
syscallent.h | 218 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|
/external/strace/strace/linux/ |
syscallent.h | 235 { 4, TF, sys_sendfile, "sendfile" }, /* 187 */
|