Home
last modified time | relevance | path

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

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