Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h94 class DumpAPCCommand : public Command {
96 explicit DumpAPCCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpAPCCommand() function
281 AddOptionalSubcommand(util::make_unique<DumpAPCCommand>(printer, diag_)); in DumpCommand()
DDump.cpp134 int DumpAPCCommand::Action(const std::vector<std::string>& args) { in Action()