Home
last modified time | relevance | path

Searched refs:position0 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java295 p = (append) ? nd.size(fd) : position0(fd, -1); in position()
320 p = position0(fd, newPosition); in position()
379 p = position0(fd, -1); in truncate()
398 rv = (int)position0(fd, p); in truncate()
1235 private native long position0(FileDescriptor fd, long offset); in position0() method in FileChannelImpl
/libcore/ojluni/src/main/native/
DFileChannelImpl.c286 NATIVE_METHOD(FileChannelImpl, position0, "(Ljava/io/FileDescriptor;J)J"),