Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp33 const std::string ABILITY_TOOL_NAME = "ability_tool"; variable
103 …olCommand::AbilityToolCommand(int argc, char* argv[]) : ShellCommand(argc, argv, ABILITY_TOOL_NAME) in AbilityToolCommand()