Searched refs:errMsg (Results 1 – 7 of 7) sorted by relevance
112 String errMsg = "parse JSONobject failed."; in parseStageVersion()113 LOG.error(errMsg); in parseStageVersion()114 throw new BundleException(errMsg); in parseStageVersion()122 … String errMsg = "ModuleJsonUtil:parseStageVersion json file do not contain version."; in parseStageVersion() local123 LOG.error(errMsg); in parseStageVersion()124 throw new BundleException(errMsg); in parseStageVersion()132 String errMsg = "ModuleJsonUtil:parseStageVersion json file do not contain app."; in parseStageVersion() local133 LOG.error(errMsg); in parseStageVersion()134 throw new BundleException(errMsg); in parseStageVersion()153 String errMsg = "parse JSONobject failed."; in parseFaVersion()[all …]
344 String errMsg = "CompressorFileUtil::copyFile input file is null."; in copyFile() local345 LOG.error(errMsg); in copyFile()346 throw new BundleException(errMsg); in copyFile()372 String errMsg = "CompressorFileUtil::makeDir input file is null."; in makeDir() local373 LOG.error(errMsg); in makeDir()374 throw new BundleException(errMsg); in makeDir()
1038 String errMsg = "Compressor::compressAppModeForMultiProject There are some " + in compressAppModeForMultiProject() local1040 throw new BundleException(errMsg); in compressAppModeForMultiProject()1048 String errMsg = "Compressor::compressAppModeForMultiProject file failed."; in compressAppModeForMultiProject()1049 LOG.error(errMsg); in compressAppModeForMultiProject()1050 throw new BundleException(errMsg); in compressAppModeForMultiProject()1078 String errMsg = "Compressor:disposeApp disposeApp failed."; in disposeApp()1079 LOG.error(errMsg); in disposeApp()1080 throw new BundleException(errMsg); in disposeApp()1160 String errMsg = "Compressor:copyHapFromApp app path not found."; in copyHapAndHspFromApp()1161 LOG.error(errMsg); in copyHapAndHspFromApp()[all …]
193 let errMsg: string = '';212 errMsg += data.toString();216 if (errMsg !== undefined && errMsg.length > 0) {217 this.logger.error(red, errMsg, reset);
388 let errMsg: string = '';408 errMsg += data.toString();412 if (errMsg !== undefined && errMsg.length > 0) {413 this.logger.error(red, errMsg, reset);
229 String errMsg = "Verify codesign error!"; in verifyElf() local230 result = new VerifyResult(false, VerifyResult.RET_IO_ERROR, errMsg); in verifyElf()
260 String errMsg = "code sign verify failed"; in verifyHap() local261 return new VerifyResult(false, VerifyResult.RET_CODESIGN_DATA_ERROR, errMsg); in verifyHap()