Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1728 LazyDelegateByteSource compressedByteSource = new LazyDelegateByteSource( in createSources() local
1730 return new ProcessedAndRawByteSources(source, compressedByteSource); in createSources()