OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwriteBytes
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Posix.java
109
return
pwriteBytes
(fd, buffer, buffer.position(), buffer.remaining(), offset);
111
return
pwriteBytes
(fd, NioUtils.unsafeArray(buffer), NioUtils.unsafeArrayOffset(buffer) + buffer.position(), buffer.remaining(), offset);
116
return
pwriteBytes
(fd, bytes, byteOffset, byteCount, offset);
118
private native int
pwriteBytes
(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) throws ErrnoException;
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
Completed in 346 milliseconds