Searched refs:p2p_file_id_ (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action.cc71 system_state_->p2p_manager()->FileGetPath(p2p_file_id_);
80 p2p_file_id_.clear();
86 if (!p2p_manager->FileShare(p2p_file_id_, install_plan_.payload_size)) {
94 FilePath path = p2p_manager->FileGetPath(p2p_file_id_);
115 p2p_manager->FileGetVisible(p2p_file_id_, &p2p_visible_);
201 p2p_file_id_ = file_id;
202 LOG(INFO) << "p2p file id: " << p2p_file_id_;
263 if (!p2p_file_id_.empty()) {
276 if (!p2p_file_id_.empty())
290 system_state_->p2p_manager()->FileMakeVisible(p2p_file_id_);
[all...]
H A Ddownload_action.h113 std::string p2p_file_id() { return p2p_file_id_; }
117 // clears |p2p_file_id_| to indicate that we're no longer sharing
165 std::string p2p_file_id_; member in class:chromeos_update_engine::DownloadAction

Completed in 204 milliseconds