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