Loading core/java/android/os/NativeHandle.java +3 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,9 @@ public final class NativeHandle implements Closeable { /** * Explicitly duplicate NativeHandle (this dups all file descritptors). * * If this method is called, this must also be explicitly closed with * {@link #close()}. */ public NativeHandle dup() throws java.io.IOException { FileDescriptor[] fds = new FileDescriptor[mFds.length]; Loading Loading
core/java/android/os/NativeHandle.java +3 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,9 @@ public final class NativeHandle implements Closeable { /** * Explicitly duplicate NativeHandle (this dups all file descritptors). * * If this method is called, this must also be explicitly closed with * {@link #close()}. */ public NativeHandle dup() throws java.io.IOException { FileDescriptor[] fds = new FileDescriptor[mFds.length]; Loading