Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h252 ErrCode RunAsCompileCommand();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp215 {"compile", [this] { return this->RunAsCompileCommand(); } }, in CreateCommandMap()
397 ErrCode BundleManagerShellCommand::RunAsCompileCommand() in RunAsCompileCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand