Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_format.cpp59 int64_t GetNextOpOffset(const CowOperation& op, uint32_t cluster_ops) { in GetNextOpOffset() function
Dcow_reader.cpp174 pos += sizeof(CowOperation) + GetNextOpOffset(current_op, header_.cluster_ops); in ParseOps()
Dcow_writer.cpp512 next_op_pos_ += sizeof(CowOperation) + GetNextOpOffset(op, header_.cluster_ops); in AddOperation()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h184 int64_t GetNextOpOffset(const CowOperation& op, uint32_t cluster_size);