Home
last modified time | relevance | path

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

/packages/modules/adb/client/
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()