Lines Matching refs:compressLevel
260 * @param compressLevel compress level
265 public static Path pack(Path inputPath, Path appPackInfo, Path outPath, int compressLevel)
274 return packDir(inputPath, appPackInfo, outPath, compressLevel);
277 return repackHsp(inputPath, appPackInfo, outPath, compressLevel);
335 private static Path repackHsp(Path inputPath, Path appPackInfo, Path outPath, int compressLevel)
345 executorService, new DefaultBackingStoreSupplier(null), compressLevel);
374 private static Path packDir(Path inputPath, Path appPackInfo, Path outPath, int compressLevel)
386 return packMultiThread(inputPath, appPackInfo, outHap, compressLevel, moduleJsonInfo);
413 private static Path packMultiThread(Path inputPath, Path appPackInfo, Path outHap, int compressLevel,
425 executorService, new DefaultBackingStoreSupplier(null), compressLevel);