Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipFileTest.java413 ZipArchiveEntry inflatedEntry = zf.getEntry("inflated.txt"); in testOffsets() local
431 ZipArchiveEntry inflatedEntry = new ZipArchiveEntry("inflated.txt"); in testDelayedOffsetsAndSizes() local
449 ZipArchiveEntry inflatedEntry = zf.getEntry("inflated.txt"); in testDelayedOffsetsAndSizes() local
471 ZipArchiveEntry inflatedEntry = new ZipArchiveEntry("inflated.txt"); in testEntryAlignment() local
505 ZipArchiveEntry inflatedEntry = zf.getEntry("inflated.txt"); in testEntryAlignment() local
569 ZipArchiveEntry inflatedEntry = new ZipArchiveEntry("inflated.txt"); in testEntryAlignmentExceed() local
DZipArchiveInputStreamTest.java300 ZipArchiveEntry inflatedEntry = zipStream.getNextZipEntry(); in testOffsets() local