Home
last modified time | relevance | path

Searched defs:copyFileRange (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dcopy_file_range_linux.go93 func copyFileRange(dst, src *FD, max int) (written int64, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dzero_copy_linux.go98 func (f *File) copyFileRange(r io.Reader) (written int64, handled bool, err error) { func