Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h139 class DumpConfigsCommand : public DumpApkCommand {
141 explicit DumpConfigsCommand(text::Printer* printer, IDiagnostics* diag) in DumpConfigsCommand() function
250 AddOptionalSubcommand(util::make_unique<DumpConfigsCommand>(printer, diag_)); in DumpCommand()
DDump.cpp222 int DumpConfigsCommand::Dump(LoadedApk* apk) { in Dump()