Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2039 CloseableByteSource processedContents; in mergeFrom() local
2042 processedContents = new InflaterByteSource(rawContents); in mergeFrom()
2044 processedContents = rawContents; in mergeFrom()
2048 processedContents, rawContents); in mergeFrom()
2187 CloseableByteSource processedContents; in realign() local
2191 processedContents = new InflaterByteSource(rawContents); in realign()
2193 processedContents = rawContents; in realign()
2196 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources(processedContents, in realign()