Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DFileUtils.java134 private static final long COPY_CHECKPOINT_BYTES = 524288; field in FileUtils
485 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
491 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
526 while ((t = Os.sendfile(out, in, null, Math.min(count, COPY_CHECKPOINT_BYTES))) != 0) { in copyInternalSendfile()
531 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSendfile()
592 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalUserspace()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36009 Landroid/os/FileUtils;->COPY_CHECKPOINT_BYTES:J