Home
last modified time | relevance | path

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

/system/core/adb/
Dbugreport.cpp41 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback() argument
48 show_progress_(show_progress), in BugreportStandardStreamsCallback()
255 bool show_progress = true; in DoIt() local
264 show_progress = false; in DoIt()
267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()