Home
last modified time | relevance | path

Searched refs:copyInternalSendfile (Results 1 – 2 of 2) 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.java435 return copyInternalSendfile(in, out, count, signal, executor, listener); in copy()
495 public static long copyInternalSendfile(FileDescriptor in, FileDescriptor out, long count, in copyInternalSendfile() method in FileUtils