Searched refs:copyInternalSendfile (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/benchmarks/src/android/os/ |
D | FileUtilsBenchmark.java | 19 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/ |
D | FileUtils.java | 435 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
|