Searched defs:WRITE (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
H A DAccessMode.java42 WRITE, enum constant in enum:AccessMode
H A DStandardOpenOption.java43 WRITE, enum constant in enum:StandardOpenOption
46 * If the file is opened for {@link #WRITE} access then bytes will be written
55 * If the file already exists and it is opened for {@link #WRITE}
/libcore/luni/src/main/java/libcore/io/
H A DIoTracker.java61 WRITE enum constant in enum:IoTracker.Mode
/libcore/ojluni/src/main/java/java/lang/
H A DProcessBuilder.java484 WRITE, enum constant in enum:ProcessBuilder.Redirect.Type
580 * Redirect.to(file).type() == Redirect.Type.WRITE
591 public Type type() { return Type.WRITE; }
696 * {@link Redirect.Type#WRITE WRITE} or
701 if (source.type() == Redirect.Type.WRITE ||
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java315 testChannelWrite_exceptionWhenAlreadyClosed(ChannelWriter.Method.WRITE);
331 if (method == ChannelWriter.Method.WRITE) {
346 testChannelWrite_exceptionWhenAlreadyInterrupted(ChannelWriter.Method.WRITE);
364 if (method == ChannelWriter.Method.WRITE) {
383 testChannelWrite_exceptionOnCloseWhenBlocked(ChannelWriter.Method.WRITE);
425 testChannelWrite_exceptionOnInterrupt(ChannelWriter.Method.WRITE);
579 WRITE, enum constant in enum:FileIOInterruptTest.ChannelWriter.Method
605 if (method == Method.WRITE) {
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java57 private static enum OpType { CONNECT, READ, WRITE }; enum constant in enum:UnixAsynchronousSocketChannelImpl.OpType
263 if (task.getContext() == OpType.WRITE)
732 result = new PendingFuture<V,A>(this, OpType.WRITE);

Completed in 600 milliseconds