Searched defs:closeQuietly (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DIoUtils.java48 public static void closeQuietly(AutoCloseable closeable) { method in class:IoUtils
62 public static void closeQuietly(FileDescriptor fd) { method in class:IoUtils
72 public static void closeQuietly(Socket socket) { method in class:IoUtils
126 IoUtils.closeQuietly(f);
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofBinaryToAscii.java96 closeQuietly(inputStream);
109 closeQuietly(inputStream);
129 closeQuietly(inputStream);
145 * From IoUtils.closeQuietly but replicated for open source
148 private static void closeQuietly(Closeable c) { method in class:HprofBinaryToAscii

Completed in 6288 milliseconds