Home
last modified time | relevance | path

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

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