Searched refs:aZipEntry (Results 1 – 2 of 2) sorted by relevance
372 ZipEntry aZipEntry = new ZipEntry( aEntryName ); in addToZipRecursively() local373 aZipEntry.setTime( aFile.lastModified() ); in addToZipRecursively()374 aZipEntry.setSize( fileLength ); in addToZipRecursively()378 aZipEntry.setMethod( nMethod ); in addToZipRecursively()382 aZipEntry.setCrc( tempCRC.getValue() ); in addToZipRecursively()385 zos.putNextEntry( aZipEntry ); in addToZipRecursively()
207 final ZipEntry aZipEntry = aZipFile.getEntry(sEntryName); in GetInputStream() local208 aIn = aZipFile.getInputStream(aZipEntry); in GetInputStream()
Completed in 11 milliseconds