Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java120 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes() local
126 gzipOutput.write(buffer, 0, numRead); in getBytes()
128 gzipOutput.close(); in getBytes()