Home
last modified time | relevance | path

Searched refs:bundleToCompile (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp846 [this, dataMgr, &compileMode, &ret, &compileResults](const auto &bundleToCompile) { in HandleCompileBundles() argument
847 APP_LOGD("HandleCompile bundleToCompile : %{public}s", bundleToCompile.c_str()); in HandleCompileBundles()
849 if (!dataMgr->QueryInnerBundleInfo(bundleToCompile, info)) { in HandleCompileBundles()
850 … APP_LOGE("QueryInnerBundleInfo failed. bundleToCompile %{public}s", bundleToCompile.c_str()); in HandleCompileBundles()
851 std::string compileResult = bundleToCompile + ": QueryInnerBundleInfo failed."; in HandleCompileBundles()
858 std::string compileResult = bundleToCompile + ": not stage model, no need to AOT."; in HandleCompileBundles()
867 compileResult = bundleToCompile + ": compile success."; in HandleCompileBundles()
869 compileResult = bundleToCompile + ":" + compileResult; in HandleCompileBundles()