Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java194 private ProcessedAndRawByteSources source;
215 @Nullable ProcessedAndRawByteSources source) in StoredEntry()
537 private ProcessedAndRawByteSources createSourceFromZip(final long zipOffset) in createSourceFromZip()
590 private ProcessedAndRawByteSources createSourcesFromRawContents( in createSourcesFromRawContents()
613 return new ProcessedAndRawByteSources(contents, rawContents); in createSourcesFromRawContents()
625 ProcessedAndRawByteSources oldSource = source; in replaceSourceFromZip()
648 ProcessedAndRawByteSources oldSource = source; in loadSourceIntoMemory()
663 ProcessedAndRawByteSources getSource() { in getSource()
DZFile.java1341 ProcessedAndRawByteSources source = entry.getSource(); in writeEntry()
1698 private ProcessedAndRawByteSources createSources( in createSources()
1730 return new ProcessedAndRawByteSources(source, compressedByteSource); in createSources()
1734 return new ProcessedAndRawByteSources(source, source); in createSources()
2019 ProcessedAndRawByteSources fromSource = fromEntry.getSource(); in mergeFrom()
2047 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources( in mergeFrom()
2167 ProcessedAndRawByteSources source = entry.getSource(); in realign()
2196 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources(processedContents, in realign()
DProcessedAndRawByteSources.java31 public class ProcessedAndRawByteSources implements Closeable { class
51 public ProcessedAndRawByteSources(@Nonnull CloseableByteSource processedSource, in ProcessedAndRawByteSources() method in ProcessedAndRawByteSources