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

  /bionic/libc/arch-arm/syscalls/
sendfile64.S 5 ENTRY(sendfile64) function
14 END(sendfile64)
  /bionic/libc/arch-mips/syscalls/
sendfile64.S 5 ENTRY(sendfile64) function
19 END(sendfile64)
  /bionic/libc/arch-x86/syscalls/
sendfile64.S 5 ENTRY(sendfile64) function
36 END(sendfile64)
  /bionic/libc/include/sys/
sendfile.h 38 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64); variable
42 extern ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count);

Completed in 2656 milliseconds