Home
last modified time | relevance | path

Searched refs:show_progress (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp32 static void write_line(const std::string& line, bool show_progress) { in write_line() argument
37 if (!show_progress && (android::base::StartsWith(line, PROGRESS_PREFIX) || in write_line()
44 int bugreportz(int s, bool show_progress) { in bugreportz() argument
65 write_line(line, show_progress); in bugreportz()
71 write_line(line, show_progress); in bugreportz()
H A Dmain.cpp46 bool show_progress = false; in main() local
57 show_progress = true; in main()
119 ret = bugreportz(s, show_progress); in main()
H A Dbugreportz_test.cpp73 void Bugreportz(bool show_progress) { in Bugreportz() argument
78 int status = bugreportz(read_fd_, show_progress); in Bugreportz()
H A Dbugreportz.h20 int bugreportz(int s, bool show_progress);
/aosp12/packages/modules/adb/client/
H A Dbugreport.cpp42 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback() argument
49 show_progress_(show_progress), in BugreportStandardStreamsCallback()
268 bool show_progress = true; in DoIt() local
277 show_progress = false; in DoIt()
280 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp607 TEST_F(UpdaterTest, show_progress) { in TEST_F() argument