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