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(), null, null, Long.MAX_VALUE); in timeRegularSendfile()
/frameworks/base/core/java/android/os/
DFileUtils.java374 return copyInternalSendfile(in, out, listener, signal, count); in copy()
424 public static long copyInternalSendfile(FileDescriptor in, FileDescriptor out, in copyInternalSendfile() method in FileUtils