Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h185 class DumpStringsCommand : public DumpApkCommand {
187 explicit DumpStringsCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpStringsCommand() function
286 AddOptionalSubcommand(util::make_unique<DumpStringsCommand>(printer, diag_)); in DumpCommand()
DDump.cpp268 int DumpStringsCommand::Dump(LoadedApk* apk) { in Dump()