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.java107 return size0(fd); in size()
172 static native long size0(FileDescriptor fd) throws IOException; in size0() method in FileDispatcherImpl
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c296 NATIVE_METHOD(FileDispatcherImpl, size0, "(Ljava/io/FileDescriptor;)J"),