HomeSort by relevance Sort by last modified time
    Searched full:pwritebytes (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Posix.java 137 bytesWritten = pwriteBytes(fd, buffer, position, buffer.remaining(), offset);
139 bytesWritten = pwriteBytes(fd, NioUtils.unsafeArray(buffer), NioUtils.unsafeArrayOffset(buffer) + position, buffer.remaining(), offset);
147 return pwriteBytes(fd, bytes, byteOffset, byteCount, offset);
149 private native int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException;
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]

Completed in 7675 milliseconds