Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h243 class DumpOverlayableCommand : public DumpApkCommand {
245 explicit DumpOverlayableCommand(text::Printer* printer, IDiagnostics* diag) in DumpOverlayableCommand() function
268 AddOptionalSubcommand(util::make_unique<DumpOverlayableCommand>(printer, diag_)); in DumpCommand()
DDump.cpp397 int DumpOverlayableCommand::Dump(LoadedApk* apk) { in Dump()