Home
last modified time | relevance | path

Searched defs:SendFile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dsendfile_windows.go13 func SendFile(fd *FD, src syscall.Handle, n int64) (written int64, err error) { func
Dsendfile_linux.go14 func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) { func
Dsendfile_bsd.go16 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) { func
Dsendfile_solaris.go19 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) { func
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp294 bool SendFile(int out_fd, int in_fd, off64_t* offset, size_t count) { in SendFile() function
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc401 bool SendFile(int out_fd, int in_fd, size_t count) { in SendFile() function