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