Searched defs:SendFile (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/ |
D | sendfile_windows.go | 13 func SendFile(fd *FD, src syscall.Handle, n int64) (written int64, err error) { func
|
D | sendfile_linux.go | 14 func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) { func
|
D | sendfile_bsd.go | 16 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) { func
|
D | sendfile_solaris.go | 19 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/ |
D | files.cpp | 294 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 D | utils.cc | 401 bool SendFile(int out_fd, int in_fd, size_t count) { in SendFile() function
|