Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCommand.h35 short_name_(""), in Command()
39 : name_(name.to_string()), short_name_(short_name.to_string()), in Command()
108 const std::string short_name_; variable
DCommand.cpp191 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute()
192 && arg == subcommand->short_name_)) { in Execute()
198 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute()
199 && arg == subcommand->short_name_)) { in Execute()