HomeSort by relevance Sort by last modified time
    Searched defs:sendfile (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
sendfile.S 5 ENTRY(sendfile) function
14 END(sendfile)
  /bionic/libc/arch-x86/syscalls/
sendfile.S 5 .type sendfile, @function
6 .globl sendfile
9 sendfile: label
  /libcore/luni/src/main/java/libcore/io/
Os.java 97 public long sendfile(FileDescriptor outFd, FileDescriptor inFd, MutableLong inOffset, long byteCount) throws ErrnoException; method in interface:Os
Posix.java 136 public native long sendfile(FileDescriptor outFd, FileDescriptor inFd, MutableLong inOffset, long byteCount) throws ErrnoException; method in class:Posix
ForwardingOs.java 102 public long sendfile(FileDescriptor outFd, FileDescriptor inFd, MutableLong inOffset, long byteCount) throws ErrnoException { return os.sendfile(outFd, inFd, inOffset, byteCount); } method in class:ForwardingOs
  /external/kernel-headers/original/linux/
fs.h 1076 ssize_t (*sendfile) (struct file *, loff_t *, size_t, read_actor_t, void *); member in struct:file_operations
    [all...]

Completed in 143 milliseconds