Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h198 class DumpTableCommand : public DumpApkCommand {
200 explicit DumpTableCommand(text::Printer* printer, IDiagnostics* diag) in DumpTableCommand() function
255 AddOptionalSubcommand(util::make_unique<DumpTableCommand>(printer, diag_)); in DumpCommand()
DDump.cpp304 int DumpTableCommand::Dump(LoadedApk* apk) { in Dump()