Home
last modified time | relevance | path

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

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