Home
last modified time | relevance | path

Searched refs:flushable (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DFlushables.java53 public static void flush(Flushable flushable, boolean swallowIOException) in flush() argument
56 flushable.flush(); in flush()
73 public static void flushQuietly(Flushable flushable) { in flushQuietly() argument
75 flush(flushable, true); in flushQuietly()
/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java98 private void doFlush(Flushable flushable, boolean swallowException, in doFlush() argument
101 Flushables.flush(flushable, swallowException); in doFlush()
110 verify(flushable); in doFlush()