Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.cpp42 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback()
166 Bugreport* br_;
201 int Bugreport::DoIt(int argc, const char** argv) { in DoIt()
284 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress()
290 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand()
295 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
Dbugreport.h26 class Bugreport {
30 Bugreport() : line_printer_() { in Bugreport() function
47 DISALLOW_COPY_AND_ASSIGN(Bugreport);
Dcommandline.cpp1873 Bugreport bugreport; in adb_commandline()
/packages/modules/adb/
Dbugreport_test.cpp119 class BugreportMock : public Bugreport {