Searched refs:Bugreport (Results 1 – 4 of 4) sorted by relevance
26 class Bugreport {30 Bugreport() : line_printer_() { in Bugreport() function47 DISALLOW_COPY_AND_ASSIGN(Bugreport);
42 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback()164 Bugreport* br_;199 int Bugreport::DoIt(int argc, const char** argv) { in DoIt()272 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress()278 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand()283 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
1811 Bugreport bugreport; in adb_commandline()
119 class BugreportMock : public Bugreport {