Searched refs:DumpCommand (Results 1 – 5 of 5) sorted by relevance
38 public class DumpCommand extends Command { class43 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()
244 class DumpCommand : public Command {246 explicit DumpCommand(text::Printer* printer, IDiagnostics* diag) in DumpCommand() function
70 AddOptionalSubcommand(util::make_unique<DumpCommand>(printer, diagnostics)); in MainCommand()