Lines Matching refs:pack

107     private static final String PACKINFO_NAME = "pack.info";
325 * for app: 1.certificate 2.signature 3.pack.info 4.hap (1 and 2 may not be used)
978 // pack --dir-list
1068 // pack --dir-list
1195 LOG.error("Compressor::compressAppMode compress pack.info into hap failed: " + e.getMessage());
1196 throw new BundleException("Compressor::compressAppMode compress pack.info into hap failed.");
1212 LOG.error("Compressor::compressAppMode compress pack.info into hsp failed: " + e.getMessage());
1213 throw new BundleException("Compressor::compressAppMode compress pack.info into hsp failed.");
1246 //pack encrypt.json file
1270 Path hap = PackageUtil.pack(path, appPackInfo, tmpDir, utility.getCompressLevel());
1277 Path hsp = PackageUtil.pack(path, appPackInfo, tmpDir, utility.getCompressLevel());
1302 // pack.info
1304 // pack encrypt.json file
1351 // pack app and dispose conflict
1355 // pack hap and dispose conflict
1358 // save final pack.info file
1361 // pack haps
1380 //pack encrypt.json file
1575 * pack hap in app to selectedHaps
1578 * @param seletedHaps is seleted haps should be pack into app
1579 * @return the final pack.info string after dispose app
1614 // rebuild pack.info
1617 String errorMsg = "Compressor:selectHapInApp failed, app has no pack.info.";
1714 * @param finalPackInfoStr is the pack.info of the final app
1736 String errMsg = "Compressor::disposeHap failed, hap has no pack.info.";
1750 * write string to pack.info
1752 * @param filePath pack.info file path
1753 * @param packInfoStr is the string of pack.info
1875 LOG.error("Compressor::compressProcess Compress pack.res failed, Invalid resource file" +
1877 throw new BundleException("Compress pack.res failed, Invalid resource file name: "
1887 throw new BundleException("Compress pack.res failed, compress failed No image in"
1896 throw new BundleException("Compress pack.res failed, compress failed entryCard has no related snapshot.");
2270 // moduleName not in pack.info
2311 * compress pack.info
2478 * check hap type for pack app.
2573 // parse moduleName from pack.info
2671 * Parse module name from pack.info
2673 * @param bufferedReader pack.info buffered Reader
2698 * Parse Forms name from pack.info
2700 * @param bufferedReader pack.info buffered Reader
2862 * check hap and hsp is valid in haps when pack app, check type has bundleName,
3043 LOG.error("checkHQFIsValid failed when pack appqf file.");
3044 throw new BundleException("checkHQFIsValid failed when pack appqf file.");
3138 // pack --dir-list