Searched refs:COPY_CHECKPOINT_BYTES (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | FileUtils.java | 134 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 D | hiddenapi-max-target-o.txt | 36009 Landroid/os/FileUtils;->COPY_CHECKPOINT_BYTES:J
|