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()167 Bugreport* br_;202 int Bugreport::DoIt(int argc, const char** argv) { in DoIt()285 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress()291 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand()296 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
1874 Bugreport bugreport; in adb_commandline()
119 class BugreportMock : public Bugreport {