Searched defs:pwrite (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 213 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs 218 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
|
D | Os.java | 115 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method 116 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
|
D | ForwardingOs.java | 122 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in ForwardingOs 123 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in ForwardingOs
|
D | Posix.java | 132 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Posix 145 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 335 …public static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException,… in pwrite() method in Os 340 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() method in Os
|