Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java213 …@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
DForwardingOs.java122 …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
DOs.java115 …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
DPosix.java126 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Posix
133 …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/
DOs.java349 …public static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException,… in pwrite() method in Os
354 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() method in Os