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

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
sendfile.S 5 ENTRY(sendfile) function
16 END(sendfile)
  /bionic/libc/arch-arm64/syscalls/
sendfile.S 5 ENTRY(sendfile) function
14 END(sendfile)
16 ALIAS_SYMBOL(sendfile64, sendfile)
  /bionic/libc/arch-mips/syscalls/
sendfile.S 5 ENTRY(sendfile) function
19 END(sendfile)
  /bionic/libc/arch-mips64/syscalls/
sendfile.S 5 ENTRY(sendfile) function
25 END(sendfile)
27 ALIAS_SYMBOL(sendfile64, sendfile)
  /bionic/libc/arch-x86/syscalls/
sendfile.S 5 ENTRY(sendfile) function
44 END(sendfile)
  /bionic/libc/arch-x86_64/syscalls/
sendfile.S 5 ENTRY(sendfile) function
16 END(sendfile)
18 ALIAS_SYMBOL(sendfile64, sendfile)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin_386.go 53 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_amd64.go 53 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_arm.go 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_arm64.go 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_dragonfly_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_386.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_arm.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_netbsd.go 120 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin_386.go 53 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_amd64.go 53 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_arm.go 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_darwin_arm64.go 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_dragonfly_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_386.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
syscall_freebsd_arm.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 83 sendfile(local, remote, name)
92 sendfile(local, remote, name)
130 def sendfile(local, remote, name): function
  /external/python/cpython2/Demo/pdist/
cmptree.py 83 sendfile(local, remote, name)
92 sendfile(local, remote, name)
130 def sendfile(local, remote, name): function

Completed in 116 milliseconds

1 2 3 4