Searched refs:DumpCommand (Results 1 – 5 of 5) sorted by relevance
39 public class DumpCommand extends Command { class44 public DumpCommand() { in DumpCommand() method in DumpCommand
132 new DumpCommand(),
131 int DumpCommand(const std::string& service_path) { in DumpCommand() function168 DumpCommand(path); in DumpCommandCallback()240 return DumpCommand(command_argument); in main()
277 class DumpCommand : public Command {279 explicit DumpCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpCommand() function
71 AddOptionalSubcommand(util::make_unique<DumpCommand>(printer, diagnostics)); in MainCommand()