Home
last modified time | relevance | path

Searched refs:preClose0 (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDispatcherImpl.java129 preClose0(fd); in preClose()
182 static native void preClose0(FileDescriptor fd) throws IOException; in preClose0() method in FileDispatcherImpl
DSocketDispatcher.java69 FileDispatcherImpl.preClose0(fd); in preClose()
DDatagramDispatcher.java74 FileDispatcherImpl.preClose0(fd); in preClose()
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c292 NATIVE_METHOD(FileDispatcherImpl, preClose0, "(Ljava/io/FileDescriptor;)V"),