Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_writer.cc298 target_fd_ = OpenFile(target_path_.c_str(), flags, true, &err); in Init()
299 if (!target_fd_) { in Init()
312 DiscardPartitionTail(target_fd_, install_part_.target_size); in Init()
352 if (target_fd_->BlkIoctl(request, start, length, &result) && result == 0) in PerformZeroOrDiscardOperation()
362 target_fd_, zeros.data(), chunk_length, start + offset)); in PerformZeroOrDiscardOperation()
401 target_fd_, in PerformSourceCopyOperation()
408 target_fd_, in PerformSourceCopyOperation()
435 target_fd_, in PerformSourceCopyOperation()
443 target_fd_, in PerformSourceCopyOperation()
463 target_fd_, in PerformSourceCopyOperation()
[all …]
Dpartition_writer.h114 FileDescriptorPtr target_fd_; variable