HomeSort by relevance Sort by last modified time
    Searched defs:IoUtils (Results 1 - 8 of 8) sorted by null

  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 23 public final class IoUtils {
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 21 import libcore.io.IoUtils;
239 IoUtils.throwInterruptedIoException();
318 IoUtils.throwInterruptedIoException();
398 IoUtils.throwInterruptedIoException();
PipedReader.java 21 import libcore.io.IoUtils;
265 IoUtils.throwInterruptedIoException();
366 IoUtils.throwInterruptedIoException();
415 IoUtils.throwInterruptedIoException();
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 28 public final class IoUtils {
29 private IoUtils() {
65 IoUtils.close(fd);
127 IoUtils.closeQuietly(f);
IoBridge.java 139 IoUtils.setBlocking(fd, false);
145 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking.
162 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking.
405 IoUtils.close(fd);
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 40 import libcore.io.IoUtils;
95 IoUtils.setBlocking(wakeupIn, false);
108 IoUtils.close(wakeupIn);
109 IoUtils.close(wakeupOut);
DatagramChannelImpl.java 41 import libcore.io.IoUtils;
424 IoUtils.setBlocking(fd, blocking);
SocketChannelImpl.java 48 import libcore.io.IoUtils;
460 IoUtils.setBlocking(fd, blocking);

Completed in 709 milliseconds