Home
last modified time | relevance | path

Searched refs:copyInternalSendfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/benchmarks/src/android/os/
DFileUtilsBenchmark.java19 import static android.os.FileUtils.copyInternalSendfile;
66 copyInternalSendfile(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timeRegularSendfile()
/frameworks/base/core/java/android/os/
DFileUtils.java447 return copyInternalSendfile(in, out, count, signal, executor, listener); in copy()
518 public static long copyInternalSendfile(FileDescriptor in, FileDescriptor out, long count, in copyInternalSendfile() method in FileUtils
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt39326 Landroid/os/FileUtils;->copyInternalSendfile(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Landro…