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.h127 return using_p2p_for_downloading_; in GetUsingP2PForDownloading()
435 bool using_p2p_for_downloading_; variable
Dpayload_state.cc63 using_p2p_for_downloading_(false), in PayloadState()
154 using_p2p_for_downloading_ = value; in SetUsingP2PForDownloading()
543 if (using_p2p_for_downloading_) { in UpdateCurrentDownloadSource()