Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h196 class DumpStyleParentCommand : public DumpApkCommand {
198 explicit DumpStyleParentCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpStyleParentCommand() function
287 AddOptionalSubcommand(util::make_unique<DumpStyleParentCommand>(printer, diag_)); in DumpCommand()
DDump.cpp284 int DumpStyleParentCommand::Dump(LoadedApk* apk) { in Dump()