Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_reader.cpp172 auto& current_op = ops_buffer->data()[current_op_num]; in ParseOps() local
174 pos += sizeof(CowOperation) + GetNextOpOffset(current_op, header_.cluster_ops); in ParseOps()
176 if (current_op.type == kCowClusterOp) { in ParseOps()
178 } else if (current_op.type == kCowLabelOp) { in ParseOps()
179 last_label_ = {current_op.source}; in ParseOps()
182 if (label && label.value() == current_op.source) { in ParseOps()
186 } else if (current_op.type == kCowFooterOp) { in ParseOps()
189 memcpy(&footer_->op, &current_op, sizeof(footer->op)); in ParseOps()
391 auto& current_op = ops_->data()[i]; in FindNumCopyops() local
392 if (current_op.type != kCowCopyOp) { in FindNumCopyops()