Home
last modified time | relevance | path

Searched refs:maxCopyFileRangeRound (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dcopy_file_range_linux.go21 const maxCopyFileRangeRound = 1 << 30 const
32 if max > maxCopyFileRangeRound {
33 max = maxCopyFileRangeRound