Home
last modified time | relevance | path

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

/system/update_engine/
Ddownload_action.cc49 interactive_(interactive), in DownloadAction()
136 interactive_, in StartDownloading()
159 interactive_, in StartDownloading()
/system/update_engine/payload_consumer/
Dpartition_writer.cc120 interactive_(is_interactive), in PartitionWriter()
162 if (!interactive_) in Init()
166 << (interactive_ ? "out" : "") << " O_DSYNC"; in Init()
Ddelta_performer.h83 interactive_(interactive) { in prefs_()
420 bool interactive_{false};
Dpartition_writer.h113 const bool interactive_; variable
Ddelta_performer.cc244 interactive_, in OpenCurrentPartition()
1633 interactive_, in CreatePartitionWriter()
/system/update_engine/common/
Ddownload_action.h135 bool interactive_; variable