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.java122 private static final long COPY_CHECKPOINT_BYTES = 524288; field in FileUtils
461 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
467 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
502 while ((t = Os.sendfile(out, in, null, Math.min(count, COPY_CHECKPOINT_BYTES))) != 0) { in copyInternalSendfile()
507 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSendfile()
568 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalUserspace()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49848 Landroid/os/FileUtils;->COPY_CHECKPOINT_BYTES:J