Home
last modified time | relevance | path

Searched refs:Int64Ref (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/android/system/
DInt64Ref.java22 public class Int64Ref { class
25 public Int64Ref(long value) { in Int64Ref() method in Int64Ref
DOs.java515 …public static long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile()
650 …public static long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice()
/libcore/luni/src/main/java/libcore/io/
DOs.java22 import android.system.Int64Ref;
164 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile()
187 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
DBlockGuardOs.java21 import android.system.Int64Ref;
351 …@Override public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long by… in sendfile()
476 …@Override public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref o… in splice()
DLinux.java22 import android.system.Int64Ref;
217 …public native long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile()
260 …public native long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice()
DForwardingOs.java22 import android.system.Int64Ref;
192 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile()
219 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java20 import android.system.Int64Ref;
1212 Int64Ref offset = new Int64Ref(10); in test_sendfile_errno()
1250 Int64Ref offset = (startOffset == null) ? null : new Int64Ref(startOffset); in checkSendfile()
1289 Int64Ref offIn = new Int64Ref(1); in test_splice()
1290 Int64Ref offOut = new Int64Ref(0); in test_splice()
/libcore/
Dnon_openjdk_java_files.bp7 "luni/src/main/java/android/system/Int64Ref.java",
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt106 …g splice(java.io.FileDescriptor, android.system.Int64Ref, java.io.FileDescriptor, android.system.I…