HomeSort by relevance Sort by last modified time
    Searched refs:p2p_sharing_fd_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
download_action.cc 57 p2p_sharing_fd_(-1),
65 if (p2p_sharing_fd_ != -1) {
66 if (close(p2p_sharing_fd_) != 0) {
69 p2p_sharing_fd_ = -1;
98 p2p_sharing_fd_ = open(path.value().c_str(), O_WRONLY);
99 if (p2p_sharing_fd_ == -1) {
110 if (fchmod(p2p_sharing_fd_, 0644) != 0) {
125 if (p2p_sharing_fd_ == -1) {
140 off_t p2p_size = utils::FileSize(p2p_sharing_fd_);
154 off_t cur_file_offset = lseek(p2p_sharing_fd_, file_offset, SEEK_SET)
    [all...]
download_action.h 186 int p2p_sharing_fd_; member in class:chromeos_update_engine::DownloadAction

Completed in 217 milliseconds