Searched refs:pwriteBytes (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DPosix.java141 bytesWritten = pwriteBytes(fd, buffer, position, buffer.remaining(), offset);
143 bytesWritten = pwriteBytes(fd, NioUtils.unsafeArray(buffer), NioUtils.unsafeArrayOffset(buffer) + position, buffer.remaining(), offset);
151 return pwriteBytes(fd, bytes, byteOffset, byteCount, offset);
153 private native int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; method in class:Posix
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1931 NATIVE_METHOD(Posix, pwriteBytes, "(Ljava/io/FileDescriptor;Ljava/lang/Object;IIJ)I"),

Completed in 22 milliseconds