Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java552 CloseableByteSource rawContents = new CloseableByteSource() { in createSourceFromZip() local
590 private ProcessedAndRawByteSources createSourcesFromRawContents( in createSourcesFromRawContents()