Searched defs:compressLevel (Results 1 – 3 of 3) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | PackageUtil.java | 265 public static Path pack(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in pack() 335 private static Path repackHsp(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in repackHsp() 374 private static Path packDir(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in packDir() 413 …ivate static Path packMultiThread(Path inputPath, Path appPackInfo, Path outHap, int compressLevel, in packMultiThread()
|
| D | Utility.java | 107 private int compressLevel = 1; field in Utility 842 public void setCompressLevel(int compressLevel) { in setCompressLevel()
|
| D | Compressor.java | 1815 …mpressPackinfoIntoHap(String hapPathItem, String outPathString, String packInfo, int compressLevel) in compressPackinfoIntoHap() 2229 private void compressNativeLibsParallel(String path, String baseDir, int compressLevel) in compressNativeLibsParallel()
|