Lines Matching defs:CompressVerify
39 public class CompressVerify {
81 private static final Log LOG = new Log(CompressVerify.class.toString());
95 LOG.error("CompressVerify::commandVerify utility is null.");
101 LOG.error("CompressVerify::commandVerify forceRewrite is invalid.");
144 LOG.error("CompressVerify::commandVerify mode is invalid.");
161 LOG.error("CompressVerify::validatePackageNormalizeMode hsp-list is empty.");
165 LOG.error("CompressVerify::validatePackageNormalizeMode hsp-list is invalid.");
170 LOG.error("CompressVerify::validatePackageNormalizeMode bundle-name is invalid.");
174 LOG.error("CompressVerify::validatePackageNormalizeMode version-code is invalid.");
178 LOG.error("CompressVerify::validatePackageNormalizeMode out-path is empty.");
183 LOG.error("CompressVerify::validatePackageNormalizeMode out-path is not a directory.");
191 LOG.error("CompressVerify::validateVersionNormalizeMode input-list is empty.");
196 LOG.error("CompressVerify::validateVersionNormalizeMode input-list is invalid.");
201 LOG.error("CompressVerify::validateVersionNormalizeMode input-list is empty.");
206 LOG.error("CompressVerify::validateVersionNormalizeMode version-code is invalid.");
211 LOG.error("CompressVerify::validateVersionNormalizeMode version-name is empty.");
218 LOG.error("CompressVerify::validateVersionNormalizeMode version-name is not valid.");
223 LOG.error("CompressVerify::validateVersionNormalizeMode out-path is empty.");
229 LOG.error("CompressVerify::validateVersionNormalizeMode out-path is not a directory.");
239 LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path is not a file.");
243 LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path must be rpcid.sc file.");
254 LOG.error("CompressVerify::isArgsValidInHapMode --pack-info-path is not a file.");
258 LOG.error("CompressVerify::isArgsValidInHapMode --pack-info-path must be pack.info file.");
267 LOG.error("CompressVerify::commandPathVerify json-path is empty.");
272 LOG.error("CompressVerify::isArgsValidInHarMode json-path must be config.json file.");
282 LOG.error("CompressVerify::isArgsValidInHapMode shell-apk-path is invalid.");
289 LOG.error("CompressVerify::isArgsValidInHapMode profile-path must be CAPABILITY.profile file.");
296 LOG.error("CompressVerify::isArgsValidInHapMode dex-path is invalid.");
302 LOG.error("CompressVerify::isArgsValidInHapMode abc-path is invalid.");
308 LOG.error("CompressVerify::isArgsValidInHapMode --dir-list is invalid.");
314 LOG.error("CompressVerify::isArgsValidInHapMode --pkg-context-path file must be " + PKG_CONTEXT_INFO);
330 LOG.error("CompressVerify::isArgsValidInHapMode index-path must be resources.index file.");
336 LOG.error("CompressVerify::isArgsValidInHapMode maple-so-path is invalid.");
342 LOG.error("CompressVerify::isArgsValidInHapMode ability-so-path is invalid.");
347 LOG.error("CompressVerify::isArgsValidInHapMode maple-so-dir is invalid.");
352 LOG.error("CompressVerify::isArgsValidInHapMode lib-path is invalid.");
357 LOG.error("CompressVerify::isArgsValidInHapMode hnp-path is invalid.");
362 LOG.error("CompressVerify::isArgsValidInHapMode res-path is invalid.");
367 LOG.error("CompressVerify::isArgsValidInHapMode resources-path is invalid.");
372 LOG.error("CompressVerify::isArgsValidInHapMode assets-path is invalid.");
377 LOG.error("CompressVerify::isArgsValidInHapMode shared-libs-path is invalid.");
383 LOG.error("CompressVerify::isArgsValidInHapMode jar-path is invalid.");
389 LOG.error("CompressVerify::isArgsValidInHapMode txt-path is invalid.");
394 LOG.error("CompressVerify::isArgsValidInHapMode an-path is invalid.");
399 LOG.error("CompressVerify::isArgsValidInHapMode ets-path is invalid.");
424 LOG.error("CompressVerify::isArgsValidInHarMode json-path is empty.");
430 LOG.error("CompressVerify::isArgsValidInHarMode json-path must be config.json file.");
436 LOG.error("CompressVerify::isArgsValidInHarMode jar-path is invalid.");
442 LOG.error("CompressVerify::isArgsValidInHarMode txt-path is invalid.");
447 LOG.error("CompressVerify::isArgsValidInHarMode lib-path is invalid.");
452 LOG.error("CompressVerify::isArgsValidInHarMode res-path is invalid.");
457 LOG.error("CompressVerify::isArgsValidInHarMode resources-path is invalid.");
462 LOG.error("CompressVerify::isArgsValidInHarMode assets-path is invalid.");
477 LOG.error("CompressVerify::isArgsValidInAppMode bundleType is inconsistent.");
482 LOG.warning("CompressVerify::isArgsValidInAppMode input hap-path or hspPath is invalid.");
487 LOG.error("CompressVerify::isArgsValidInAppMode hap-path is invalid.");
493 LOG.error("CompressVerify::isArgsValidInAppMode hsp-path is invalid.");
498 LOG.error("CompressVerify::isArgsValidInAppMode pack-info-path is empty.");
504 LOG.error("CompressVerify::isArgsValidInAppMode pack-info-path is invalid.");
509 LOG.error("CompressVerify::isVerifyValidInAppMode encrypt-path is invalid.");
514 LOG.error("CompressVerify::isArgsValidInAppMode signature-path is invalid.");
519 LOG.error("CompressVerify::isArgsValidInAppMode certificate-path is invalid.");
526 LOG.error("CompressVerify::isArgsValidInAppMode entrycard-path is invalid.");
530 LOG.error("CompressVerify::isArgsValidInAppMode pack-res-path is invalid.");
575 LOG.warning("CompressVerify::CheckInputModulePath hap-path is empty.");
580 LOG.warning("CompressVerify::CheckInputModulePath hsp-path is empty.");
594 LOG.error("CompressVerify::isVerifyValidInMultiAppMode input app-list and hap-list are null.");
599 LOG.error("CompressVerify::isVerifyValidInMultiAppMode app-list is invalid.");
605 LOG.error("CompressVerify::isVerifyValidInMultiAppMode hap-list is invalid.");
612 LOG.error("CompressVerify::isVerifyValidInMultiAppMode hsp-list is invalid.");
618 LOG.error("CompressVerify::isVerifyValidInMultiAppMode encrypt-path is invalid.");
624 LOG.error("CompressVerify::isVerifyValidInMultiAppMode out file already existed.");
628 LOG.error("CompressVerify::isVerifyValidInMultiAppMode out-path must end with .app.");
643 LOG.error("CompressVerify::isArgsValidInResMode pack-info-path is invalid.");
648 LOG.error("CompressVerify::isArgsValidInResMode the level-1 directory name must is EntryCard" +
654 LOG.error("CompressVerify::isArgsValidInResMode entrycard-path is invalid.");
810 LOG.error("CompressVerify::isOutPathValid out file already existed.");
816 LOG.error("CompressVerify::isOutPathValid out-path must end with .hap.");
825 LOG.error("CompressVerify::isOutPathValid out-path must end with .har.");
834 LOG.error("CompressVerify::isOutPathValid out-path must end with .app.");
843 LOG.error("CompressVerify::isOutPathValid out-path must end with .res.");
852 LOG.error("CompressVerify::isOutPathValid out-path must end with .hsp.");
888 LOG.error("CompressVerify::isDirectoryValidStrictCase directory is not exist, directoryPath: "
918 LOG.error("CompressVerify::isArgsValidInHspMode json-path is empty.");
923 LOG.error("CompressVerify::isArgsValidInHspMode json-path must be module.json file.");
939 LOG.error("CompressVerify::isArgsValidInHspMode jar-path is invalid.");
945 LOG.error("CompressVerify::isArgsValidInHspMode txt-path is invalid.");
950 LOG.error("CompressVerify::isArgsValidInHspMode lib-path is invalid.");
955 LOG.error("CompressVerify::isArgsValidInHspMode res-path is invalid.");
960 LOG.error("CompressVerify::isArgsValidInHspMode resources-path is invalid.");
965 LOG.error("CompressVerify::isArgsValidInHspMode assets-path is invalid.");
971 LOG.error("CompressVerify::isArgsValidInHapMode --dir-list is invalid.");
976 LOG.error("CompressVerify::isArgsValidInHapMode ap-path is invalid.");
981 LOG.error("CompressVerify::isArgsValidInHapMode an-path is invalid.");
988 LOG.error("CompressVerify::isArgsValidInHspMode --pkg-context-path file must be " + PKG_CONTEXT_INFO);
994 LOG.error("CompressVerify::isArgsValidInHspMode ets-path is invalid.");
1003 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode hapPath is empty.");
1009 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode hapPath cannot be a folder.");
1013 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode hapPath is invalid.");
1017 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode hap file does not exist.");
1021 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode jsonPath is empty.");
1025 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode jsonPath is invalid.");
1030 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode json file does not exist.");
1034 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode json format is incorrect.");
1039 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode outPath is empty.");
1044 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode outPath is file.");
1052 LOG.error("CompressVerify::isVerifyValidInHapAdditionMode target file already exists.");
1067 LOG.error("CompressVerify::CheckJsonIsValid failed: " + e.getMessage());
1141 LOG.error("CompressVerify::isBundleTypeShared jsonPath content invalid");
1145 LOG.error("CompressVerify::isBundleTypeShared exception: " + e.getMessage());
1156 LOG.error("CompressVerify::isBundleTypeAppService jsonPath content invalid");
1160 LOG.error("CompressVerify::isBundleTypeAppService exception: " + e.getMessage());
1171 LOG.error("CompressVerify::hspHasAbilities jsonPath content invalid");
1175 LOG.error("CompressVerify::hspHasAbilities exception: " + e.getMessage());
1185 LOG.error("CompressVerify::hasHomeAbility jsonPath content invalid");
1192 LOG.info("CompressVerify::hasHomeAbilities result = " + result);
1195 LOG.error("CompressVerify::hasHomeAbilities exception: " + e.getMessage());