Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.h128 return using_p2p_for_downloading_; in GetUsingP2PForDownloading()
451 bool using_p2p_for_downloading_; variable
Dpayload_state.cc66 using_p2p_for_downloading_(false), in PayloadState()
158 using_p2p_for_downloading_ = value; in SetUsingP2PForDownloading()
570 if (using_p2p_for_downloading_) { in UpdateCurrentDownloadSource()