Home
last modified time | relevance | path

Searched defs:pwrite (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java132 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs
137 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
DOs.java95 public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException; in pwrite() method
96 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
DForwardingOs.java102 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { retur… in pwrite() method in ForwardingOs
103 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in ForwardingOs
DPosix.java106 public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { in pwrite() method in Posix
113 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in Posix