Searched refs:closeStream (Results 1 – 3 of 3) sorted by relevance
214 closeStream(inputStream, "couldn't close input stream for log file"); in clearOldLogs()215 closeStream(outputStream, "couldn't close output stream for temp log file"); in clearOldLogs()245 private static void closeStream(Closeable stream, String errorMessage) { in closeStream() method in DiskBasedLogger
923 if (!closeStream(outputStream, op)) { in pushHeader()950 if (!closeStream(outputStream, op)) { in pushBytes()1344 public static boolean closeStream(final OutputStream out, final Operation op) { in closeStream() method in BluetoothPbapObexServer
1095 if (!BluetoothPbapObexServer.closeStream(mOutputStream, mOperation)) { in onTerminate()