Searched refs:errMsg (Results 1 – 8 of 8) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | ModuleJsonUtil.java | 114 String errMsg = "ModuleJsonUtil:parseStageVersion json file do not contain version."; in parseStageVersion() local 115 LOG.error(errMsg); in parseStageVersion() 116 throw new BundleException(errMsg); in parseStageVersion() 581 String errMsg = "ModuleJsonUtil:mergePackInfoObj input an invalid json object."; in mergePackInfoObj() local 582 LOG.error(errMsg); in mergePackInfoObj() 583 throw new BundleException(errMsg); in mergePackInfoObj() 588 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty summary."; in mergePackInfoObj() local 589 LOG.error(errMsg); in mergePackInfoObj() 590 throw new BundleException(errMsg); in mergePackInfoObj() 596 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty module."; in mergePackInfoObj() local [all …]
|
| D | FileUtils.java | 344 String errMsg = "CompressorFileUtil::copyFile input file is null."; in copyFile() local 345 LOG.error(errMsg); in copyFile() 346 throw new BundleException(errMsg); in copyFile() 372 String errMsg = "CompressorFileUtil::makeDir input file is null."; in makeDir() local 373 LOG.error(errMsg); in makeDir() 374 throw new BundleException(errMsg); in makeDir()
|
| D | Compressor.java | 1119 String errMsg = "Compressor::compressAppModeForMultiProject There are some " + in compressAppModeForMultiProject() local 1121 throw new BundleException(errMsg); in compressAppModeForMultiProject() 1129 String errMsg = "Compressor::compressAppModeForMultiProject file failed."; in compressAppModeForMultiProject() 1130 LOG.error(errMsg); in compressAppModeForMultiProject() 1131 throw new BundleException(errMsg); in compressAppModeForMultiProject() 1306 …String errMsg = "Compressor::compressHapAddition generate addition.json file failed, " + e.getMess… in compressHapAddition() 1307 LOG.error(errMsg); in compressHapAddition() 1308 throw new BundleException(errMsg); in compressHapAddition() 1315 String errMsg = "Compressor::compressHapAddition setUtilityParameter failed."; in compressHapAddition() 1316 LOG.error(errMsg); in compressHapAddition() [all …]
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 198 let errMsg: string = ''; 217 errMsg += data.toString(); 221 if (errMsg !== undefined && errMsg.length > 0) { 222 this.logger.error(red, errMsg, reset);
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | demo_trace_data_db.cpp | 249 char* errMsg = nullptr; in DemoOperateDatabase() local 250 int32_t ret = sqlite3_exec(demoDb_, sql.c_str(), NULL, NULL, &errMsg); in DemoOperateDatabase() 251 if (ret != SQLITE_OK && errMsg) { in DemoOperateDatabase() 252 TS_LOGE("sqlite3_exec(%s) failed: %d:%s", sql.c_str(), ret, errMsg); in DemoOperateDatabase() 253 sqlite3_free(errMsg); in DemoOperateDatabase()
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 450 let errMsg: string = ''; 476 errMsg += data.toString(); 480 if (errMsg !== undefined && errMsg.length > 0) { 481 this.logger.error(red, errMsg, reset);
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyElf.java | 229 String errMsg = "Verify codesign error!"; in verifyElf() local 230 result = new VerifyResult(false, VerifyResult.RET_IO_ERROR, errMsg); in verifyElf()
|
| D | VerifyHap.java | 260 String errMsg = "code sign verify failed"; in verifyHap() local 261 return new VerifyResult(false, VerifyResult.RET_CODESIGN_DATA_ERROR, errMsg); in verifyHap()
|