Searched refs:checkedOut (Results 1 – 2 of 2) sorted by relevance
334 CheckedOutputStream checkedOut = null; in compressProcess() local337 checkedOut = new CheckedOutputStream(fileOut, new CRC32()); in compressProcess()338 zipOut = new ZipOutputStream(checkedOut); in compressProcess()350 Utility.closeStream(checkedOut); in compressProcess()1155 CheckedOutputStream checkedOut = null; in hapAddition() local1163 checkedOut = new CheckedOutputStream(fileOut, new CRC32()); in hapAddition()1164 zipOut = new ZipOutputStream(checkedOut); in hapAddition()1173 Utility.closeStream(checkedOut); in hapAddition()
985 CheckedOutputStream checkedOut = null; in packFilesByPath() local995 checkedOut = new CheckedOutputStream(fileOut, new CRC32()); in packFilesByPath()996 zipOut = new ZipOutputStream(checkedOut); in packFilesByPath()1018 Utility.closeStream(checkedOut); in packFilesByPath()