Searched refs:createGZipLogStream (Results 1 – 2 of 2) sorted by relevance
288 outStream = createGZipLogStream(logFile); in saveAndGZipLogData()326 outStream = createGZipLogStream(logFile); in saveAndGZipLogFile()367 public OutputStream createGZipLogStream(File logFile) throws IOException { in createGZipLogStream() method in LogFileSaver
219 gzipOutStream = saver.createGZipLogStream(logFile); in testCreateAndGZipLogData()