Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h222 const std::string COMPILE_SUCCESS_OK = "compile AOT success.\n"; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2076 return COMPILE_SUCCESS_OK; in CompileProcessAot()