Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java46 public static final int FILE_UNCOMPRESS_METHOD_FLAG = 0; field in Zip
172 … long fileSize = cd.getMethod() == FILE_UNCOMPRESS_METHOD_FLAG ? unCompressedSize : compressedSize; in getZipEntries()
226 if (method != FILE_UNCOMPRESS_METHOD_FLAG && !isFirstUnRunnableFile) { in alignment()
231 if (method == FILE_UNCOMPRESS_METHOD_FLAG && FileUtils.isRunnableFile( in alignment()
271 … if (entry1Method == FILE_UNCOMPRESS_METHOD_FLAG && entry2Method == FILE_UNCOMPRESS_METHOD_FLAG) { in sort()
281 } else if (entry1Method == FILE_UNCOMPRESS_METHOD_FLAG) { in sort()
283 } else if (entry2Method == FILE_UNCOMPRESS_METHOD_FLAG) { in sort()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java214 && zipEntryHeader.getMethod() == Zip.FILE_UNCOMPRESS_METHOD_FLAG) { in computeDataSize()