/bionic/libc/arch-arm/syscalls/ |
sendfile.S | 5 .type sendfile, #function 6 .globl sendfile 10 sendfile: label
|
/bionic/libc/arch-sh/syscalls/ |
sendfile.S | 5 .type sendfile, @function 6 .globl sendfile 9 sendfile: label
|
/bionic/libc/arch-x86/syscalls/ |
sendfile.S | 5 .type sendfile, @function 6 .globl sendfile 9 sendfile: label
|
/bionic/libc/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 91 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
linux-unistd.h | 90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
|
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 57 #include <sys/sendfile.h> 60 * Define a small adapter function: sendfile() isn't part of a standard, 68 static inline ssize_t sendfile(int out_fd, int in_fd, off_t *offset, function 71 int result = sendfile(in_fd, out_fd, *offset, &len, NULL, 0); 262 ssize_t rc = sendfile(socket, fd, &off, count);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 268 status = sendFile(mFileInfo); 325 private int sendFile(BluetoothOppSendFileInfo fileInfo) { 473 Log.i(TAG, "SendFile finished send out file " + fileInfo.mFileName 481 Log.i(TAG, "SendFile interrupted when send out file " + fileInfo.mFileName
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 673 sendFile(ps); 682 sendFile(ps); 867 void sendFile(PrintStream ps) throws IOException { 873 sendFile(ps, Support_TestWebData.test0Data); 875 sendFile(ps, Support_TestWebData.tests[testNum]); 879 void sendFile(PrintStream ps, byte[] bytes) throws IOException {
|
/external/netperf/ |
config.h | 90 /* Define to 1 if you have the `sendfile' library (-lsendfile). */ 142 /* Define to 1 if you have the `sendfile' function. */
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/ |
FtpURLConnection.java | 244 sendFile(); 437 private void sendFile() throws IOException {
|
/external/blktrace/ |
README | 68 -s Disable network client use of sendfile() to transfer data
|
/external/strace/strace/linux/x86_64/ |
syscallent.h | 41 { 4, TF, sys_sendfile, "sendfile" }, /* 40 */
|
/system/core/include/arch/darwin-x86/ |
AndroidConfig.h | 89 * Define this if you have <sys/sendfile.h>
|