Home
last modified time | relevance | path

Searched defs:compileResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp804 std::string compileResult = "info: compile task is running, skip."; in HandleCompile() local
810 std::string compileResult = "info: current device doesn't support arm64, no need to AOT."; in HandleCompile() local
816 std::string compileResult = "info: persist.bm.idle.arkopt = none, no need to AOT."; in HandleCompile() local
823 std::string compileResult = "error: dataMgr is null, compile fail."; in HandleCompile() local
851 std::string compileResult = bundleToCompile + ": QueryInnerBundleInfo failed."; in HandleCompileBundles() local
858 std::string compileResult = bundleToCompile + ": not stage model, no need to AOT."; in HandleCompileBundles() local
865 std::string compileResult = ""; in HandleCompileBundles() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h133 bool compileResult = false; member
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2069 for (const auto &compileResult : compileResults) { in CompileProcessAot() local