Searched refs:show_progress (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/cmds/bugreportz/ |
H A D | bugreportz.cpp | 32 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 D | main.cpp | 46 bool show_progress = false; in main() local 57 show_progress = true; in main() 119 ret = bugreportz(s, show_progress); in main()
|
H A D | bugreportz_test.cpp | 73 void Bugreportz(bool show_progress) { in Bugreportz() argument 78 int status = bugreportz(read_fd_, show_progress); in Bugreportz()
|
H A D | bugreportz.h | 20 int bugreportz(int s, bool show_progress);
|
/aosp12/packages/modules/adb/client/ |
H A D | bugreport.cpp | 42 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 D | updater_test.cpp | 607 TEST_F(UpdaterTest, show_progress) { in TEST_F() argument
|