Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java552 CloseableByteSource rawContents = new CloseableByteSource() { in createSourceFromZip() local
578 return createSourcesFromRawContents(rawContents); in createSourceFromZip()
591 @Nonnull CloseableByteSource rawContents) { in createSourcesFromRawContents()
608 contents = new InflaterByteSource(rawContents); in createSourcesFromRawContents()
610 contents = rawContents; in createSourcesFromRawContents()
613 return new ProcessedAndRawByteSources(contents, rawContents); in createSourcesFromRawContents()
649 byte[] rawContents = oldSource.getRawByteSource().read(); in loadSourceIntoMemory()
651 ByteSource.wrap(rawContents), rawContents.length)); in loadSourceIntoMemory()
DZFile.java1342 ByteSource rawContents = source.getRawByteSource(); in writeEntry() local
1350 InputStream is = rawContents.openStream(); in writeEntry()
2038 CloseableByteSource rawContents = tracker.fromSource(fromSource.getRawByteSource()); in mergeFrom() local
2042 processedContents = new InflaterByteSource(rawContents); in mergeFrom()
2044 processedContents = rawContents; in mergeFrom()
2048 processedContents, rawContents); in mergeFrom()
2186 CloseableByteSource rawContents = tracker.fromSource(source.getRawByteSource()); in realign() local
2191 processedContents = new InflaterByteSource(rawContents); in realign()
2193 processedContents = rawContents; in realign()
2197 rawContents); in realign()