Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_writer.cpp269 current_op_pos_ = next_op_pos_; in InitBatchWrites()
732 ret = pwritev(fd_.get(), cowop_vec_.get(), op_vec_index_, current_op_pos_); in FlushCluster()
751 current_op_pos_ = next_op_pos_; in FlushCluster()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h216 uint64_t current_op_pos_ = 0; variable