Lines Matching defs:pack

70      * get the package name list from pack.info
72 * @param path the path dir or hsp contains pack.info, or the path of pack.info
115 * get the package name list from pack.info
117 * @param packInfoContent the content of pack.info
255 * pack hap or hsp
258 * @param appPackInfo app scope pack.info
265 public static Path pack(Path inputPath, Path appPackInfo, Path outPath, int compressLevel)
268 throw new BundleException("pack err, input path not exists.");
271 throw new BundleException("pack err, app pack.info not exists.");
279 throw new BundleException("pack err, not support: " + inputPath);
346 // pack.info
378 throw new BundleException("pack err, pack.info format err");
396 throw new BundleException("pack err, dir is empty");
400 // pack.info
417 throw new BundleException("pack err, dir is empty");
426 // pack.info
732 LOG.error("not found pack.info in path: " + path);
744 LOG.error("not found pack.info in path: " + path);
798 LOG.error("CompressVerify::isVerifyValidInFastAppMode pack.info is invalid.");
820 LOG.error("CompressVerify::isArgsValidInAppMode pack-info-path is empty.");
824 LOG.error("CompressVerify::isVerifyValidInFastAppMode pack-info-path is invalid.");
837 LOG.error("CompressVerify::isVerifyValidInFastAppMode pack-res-path is invalid.");
895 LOG.error("package name is redundant in app pack.info: " + packInfo);
899 LOG.error("app pack.info format err: " + packInfo);
906 LOG.error("module pack.info format err: " + hapPath);
911 LOG.error("module pack.info name not exist in app pack.info name list: " + hapPath);
923 LOG.error("module pack.info format err: " + hspPath);
928 LOG.error("module pack.info name not exist in app pack.info name list: " + hspPath);
938 LOG.error("package name not same between module and app pack.info.");