Home
last modified time | relevance | path

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

/system/core/adb/client/
Dbugreport.cpp42 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback() argument
49 show_progress_(show_progress), in BugreportStandardStreamsCallback()
256 bool show_progress = true; in DoIt() local
265 show_progress = false; in DoIt()
268 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()