Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.cpp43 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback() argument
50 show_progress_(show_progress), in BugreportStandardStreamsCallback()
270 bool show_progress = true; in DoIt() local
279 show_progress = false; in DoIt()
282 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()