Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCommand.h36 full_subcommand_name_(name.to_string()) {} in Command()
40 full_subcommand_name_(name.to_string()) {} in Command()
110 std::string full_subcommand_name_; variable
H A DCommand.cpp115 subcommand->full_subcommand_name_ = StringPrintf("%s %s", name_.data(), subcommand->name_.data()); in AddOptionalSubcommand()
130 *out << full_subcommand_name_; in Usage()