Home
last modified time | relevance | path

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

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