Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DFileUtils.java135 private static final long COPY_CHECKPOINT_BYTES = 524288; field in FileUtils
505 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
511 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
551 … t = Os.splice(in, null, pipes[1], null, Math.min(countToRead, COPY_CHECKPOINT_BYTES), in copyInternalSpliceSocket()
574 … t = Os.splice(pipes[0], null, out, null, Math.min(countInPipe, COPY_CHECKPOINT_BYTES), in copyInternalSpliceSocket()
593 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSpliceSocket()
631 while ((t = Os.sendfile(out, in, null, Math.min(count, COPY_CHECKPOINT_BYTES))) != 0) { in copyInternalSendfile()
636 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSendfile()
697 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalUserspace()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35366 Landroid/os/FileUtils;->COPY_CHECKPOINT_BYTES:J