Home
last modified time | relevance | path

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

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