Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java141 ZipEntry outEntry = new ZipEntry(name); in testStoredEntrySize() local
143 outEntry.setMethod(ZipEntry.STORED); in testStoredEntrySize()
146 outEntry.setCrc(crc.getValue()); in testStoredEntrySize()
147 outEntry.setSize(buffer.length); in testStoredEntrySize()
149 out.putNextEntry(outEntry); in testStoredEntrySize()