Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dpayload_state.h128 return using_p2p_for_downloading_; in GetUsingP2PForDownloading()
450 bool using_p2p_for_downloading_; variable
H A Dpayload_state.cc66 using_p2p_for_downloading_(false), in PayloadState()
157 using_p2p_for_downloading_ = value; in SetUsingP2PForDownloading()
576 if (using_p2p_for_downloading_) { in UpdateCurrentDownloadSource()