Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDispatcherImpl.java91 return size0(fd); in size()
167 static native long size0(FileDescriptor fd) throws IOException; in size0() method in FileDispatcherImpl
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c294 NATIVE_METHOD(FileDispatcherImpl, size0, "(Ljava/io/FileDescriptor;)J"),