Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java334 CheckedOutputStream checkedOut = null; in compressProcess() local
337 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() local
1163 checkedOut = new CheckedOutputStream(fileOut, new CRC32()); in hapAddition()
1164 zipOut = new ZipOutputStream(checkedOut); in hapAddition()
1173 Utility.closeStream(checkedOut); in hapAddition()
DUncompress.java985 CheckedOutputStream checkedOut = null; in packFilesByPath() local
995 checkedOut = new CheckedOutputStream(fileOut, new CRC32()); in packFilesByPath()
996 zipOut = new ZipOutputStream(checkedOut); in packFilesByPath()
1018 Utility.closeStream(checkedOut); in packFilesByPath()