Searched refs:fileOutputStream (Results 1 – 2 of 2) sorted by relevance
109 FileOutputStream(outputFile).use { fileOutputStream -> in <lambda>() method110 JarOutputStream(BufferedOutputStream(fileOutputStream)).use { zos -> in <lambda>()
1238 public ForkedOutputStream(OutputStream out, FileOutputStream fileOutputStream) { in ForkedOutputStream() argument1240 mFileOutputStream = fileOutputStream; in ForkedOutputStream()