Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h159 class DumpPermissionsCommand : public DumpApkCommand {
161 explicit DumpPermissionsCommand(text::Printer* printer, IDiagnostics* diag) in DumpPermissionsCommand() function
252 AddOptionalSubcommand(util::make_unique<DumpPermissionsCommand>(printer, diag_)); in DumpCommand()